generated from Luis/nextjs-python-web-template
Added sqlalchemy dependency
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
, gnupg
|
||||
, e2fsprogs
|
||||
, mypy
|
||||
, sqlalchemy
|
||||
}:
|
||||
let
|
||||
|
||||
@@ -41,6 +42,7 @@ let
|
||||
argcomplete # optional dependency: if not enabled, shell completion will not work
|
||||
fastapi
|
||||
uvicorn # optional dependencies: if not enabled, webui subcommand will not work
|
||||
sqlalchemy
|
||||
];
|
||||
|
||||
pytestDependencies = runtimeDependencies ++ dependencies ++ [
|
||||
|
||||
Reference in New Issue
Block a user