fix: add requests

This commit is contained in:
dettlaff 2024-07-24 04:58:41 +04:00
parent 73f4915294
commit f74ef57daa

View file

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