add memcache support to python

This commit is contained in:
foosinn 2022-08-04 10:07:33 +02:00
parent 47b85bcad9
commit 937bf0572e

View file

@ -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