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

View File

@ -1,4 +1,6 @@
Pydantic
FastAPI
SQLAlchemy[asyncio]
Alembic
Alembic
SQLAlchemy-Utils
python-slugify