librenms: add python-memcached to python-env (#351183)

This commit is contained in:
Martin Weinelt 2024-10-26 22:33:25 +02:00 committed by GitHub
commit 0b9fce2dad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ in phpPackage.buildComposerProject rec {
(python3.withPackages (ps: with ps; [
pymysql
python-dotenv
python-memcached
redis
setuptools
psutil