Added sqlalchemy dependency #8

Merged
Luis merged 5 commits from Luis-Hebendanz-main into main 2023-11-12 17:53:04 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 748abb0e46 - Show all commits

View File

@@ -3,6 +3,6 @@ from fastapi import APIRouter
router = APIRouter()
@router.get("/health", include_in_schema=False)
@router.get("/health", include_in_schema=True)
async def health() -> str:
return "OK"

View File

@@ -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 ++ [