mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-21 05:49:47 +00:00
fix: add requests to default.nix
This commit is contained in:
parent
00204a6145
commit
a6284d3d1c
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ pythonPackages.buildPythonPackage rec {
|
|||
strawberry-graphql
|
||||
typing-extensions
|
||||
uvicorn
|
||||
requests
|
||||
];
|
||||
pythonImportsCheck = [ "selfprivacy_api" ];
|
||||
doCheck = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue