python3Packages.celery: add redis as optional dependency

This commit is contained in:
Kerstin Humm
2024-08-13 08:44:54 +02:00
committed by Valentin Gagarin
parent a536abefad
commit 05a34eb176
@@ -14,6 +14,7 @@
msgpack,
nixosTests,
pymongo,
redis,
pytest-celery,
pytest-click,
pytest-subtests,
@@ -59,6 +60,7 @@ buildPythonPackage rec {
mongodb = [ pymongo ];
msgpack = [ msgpack ];
yaml = [ pyyaml ];
redis = [ redis ];
};
nativeCheckInputs = [