6 hatch-requirements-txt,
12 celery, # check-input only
14 kombu, # check-input only
20 buildPythonPackage rec {
25 disabled = pythonOlder "3.7";
30 hash = "sha256-RU8ilYdXRNxw8YgeSy65nNrQCKM1dLyKrxIFMPZsDN4=";
35 hatch-requirements-txt
39 dependencies = [ dnspython ];
41 # Tests call a running mongodb instance
44 pythonImportsCheck = [ "pymongo" ];
58 description = "Python driver for MongoDB";
59 homepage = "https://github.com/mongodb/mongo-python-driver";
60 license = lib.licenses.asl20;