mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 04:01:27 +00:00
fix: add requests
This commit is contained in:
parent
73f4915294
commit
f74ef57daa
|
@ -19,6 +19,7 @@ pythonPackages.buildPythonPackage rec {
|
||||||
strawberry-graphql
|
strawberry-graphql
|
||||||
typing-extensions
|
typing-extensions
|
||||||
uvicorn
|
uvicorn
|
||||||
|
requests
|
||||||
websockets
|
websockets
|
||||||
];
|
];
|
||||||
pythonImportsCheck = [ "selfprivacy_api" ];
|
pythonImportsCheck = [ "selfprivacy_api" ];
|
||||||
|
|
Loading…
Reference in a new issue