🚑 Added PostgreSQL-dependency and removed SQLite

This commit is contained in:
Mawoka
2022-06-14 16:59:38 +02:00
parent 5b92e33338
commit 12d9e8325a
2 changed files with 99 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ name = "pypi"
fastapi = "*"
uvicorn = { extras = ["standard"], version = "*" }
python-socketio = "*"
ormar = { version = "*", extras = ["sqlite"] }
ormar = { version = "*", extras = ["postgresql"] }
passlib = "*"
python-jose = "*"
alembic = "*"