add memcache support to python
This commit is contained in:
parent
47b85bcad9
commit
937bf0572e
1 changed files with 6 additions and 1 deletions
|
@ -15,7 +15,12 @@ in {
|
|||
|
||||
nodePackages.pyright
|
||||
(python39.withPackages
|
||||
(python-packages: with python-packages; [ black pyyaml requests black ]))
|
||||
(python-packages: with python-packages; [
|
||||
black
|
||||
pymemcache
|
||||
pyyaml
|
||||
requests
|
||||
]))
|
||||
|
||||
mariadb-client
|
||||
musl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue