Added working python generator in tests

This commit is contained in:
2024-01-05 16:50:27 +01:00
parent 0c9a8349a6
commit aa664dfce1
42 changed files with 2436 additions and 21 deletions

View File

@@ -36,8 +36,10 @@
, mypy
, sqlalchemy
, websockets
, deal
, broadcaster
, aenum
, dateutil
, urllib3
}:
let
@@ -48,7 +50,6 @@ let
sqlalchemy
websockets
broadcaster
deal
];
pytestDependencies = runtimeDependencies ++ dependencies ++ [
@@ -63,6 +64,10 @@ let
git
gnupg
stdenv.cc
# openapi client deps
dateutil
aenum
urllib3
];
# Optional dependencies for clan cli, we re-expose them here to make sure they all build.