Blueprints

This commit is contained in:
Stanislaw
2023-05-15 23:16:16 +02:00
parent aea414f95d
commit 579ca60c33
9 changed files with 146 additions and 8 deletions

View File

@@ -13,6 +13,8 @@ sqlalchemy = "^2.0.13"
uvicorn = {extras = ["standard"], version = "^0.22.0"}
starlette = "^0.26.1"
psycopg2 = "^2.9.6"
isort = "^5.12.0"
black = "^23.3.0"
[build-system]