Removed SQLite-support

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