Added deal as python dependency
This commit is contained in:
@@ -43,6 +43,8 @@ let
|
|||||||
argcomplete # optional dependency: if not enabled, shell completion will not work
|
argcomplete # optional dependency: if not enabled, shell completion will not work
|
||||||
fastapi
|
fastapi
|
||||||
uvicorn # optional dependencies: if not enabled, webui subcommand will not work
|
uvicorn # optional dependencies: if not enabled, webui subcommand will not work
|
||||||
|
deal
|
||||||
|
schemathesis
|
||||||
];
|
];
|
||||||
|
|
||||||
pytestDependencies = runtimeDependencies ++ dependencies ++ [
|
pytestDependencies = runtimeDependencies ++ dependencies ++ [
|
||||||
@@ -57,8 +59,6 @@ let
|
|||||||
git
|
git
|
||||||
gnupg
|
gnupg
|
||||||
stdenv.cc
|
stdenv.cc
|
||||||
deal
|
|
||||||
schemathesis
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Optional dependencies for clan cli, we re-expose them here to make sure they all build.
|
# Optional dependencies for clan cli, we re-expose them here to make sure they all build.
|
||||||
|
|||||||
Reference in New Issue
Block a user