Added deal as python dependency

This commit is contained in:
Qubasa
2023-11-08 20:14:32 +01:00
parent b635ee775c
commit d7b563bbb7

View File

@@ -43,6 +43,8 @@ let
argcomplete # optional dependency: if not enabled, shell completion will not work
fastapi
uvicorn # optional dependencies: if not enabled, webui subcommand will not work
deal
schemathesis
];
pytestDependencies = runtimeDependencies ++ dependencies ++ [
@@ -57,8 +59,6 @@ let
git
gnupg
stdenv.cc
deal
schemathesis
];
# Optional dependencies for clan cli, we re-expose them here to make sure they all build.