Add ORM base class; make Postgresql mandatory; add dependencies

This commit is contained in:
2022-07-01 10:46:48 +02:00
parent eb08e5a674
commit 71f9db6c0d
7 changed files with 45 additions and 16 deletions
+2
View File
@@ -27,6 +27,8 @@ install_requires =
FastAPI
SQLAlchemy[asyncio]
Alembic
SQLAlchemy-Utils
python-slugify
[options.extras_require]
srv =