fix: add requests to default.nix

This commit is contained in:
dettlaff 2024-06-22 17:43:08 +04:00
parent 00204a6145
commit a6284d3d1c

View file

@ -18,6 +18,7 @@ pythonPackages.buildPythonPackage rec {
strawberry-graphql
typing-extensions
uvicorn
requests
];
pythonImportsCheck = [ "selfprivacy_api" ];
doCheck = false;