🎨 formatting

This commit is contained in:
Mawoka
2022-03-03 16:56:51 +01:00
parent 3991ca8f2c
commit 781ebfcb52
8 changed files with 138 additions and 11 deletions
+3 -2
View File
@@ -5,9 +5,9 @@ name = "pypi"
[packages]
fastapi = "*"
uvicorn = {extras = ["standard"], version = "*"}
uvicorn = { extras = ["standard"], version = "*" }
python-socketio = "*"
ormar = "==0.10.24"
ormar = { version = "==0.10.24", extras = ["sqlite", "postgresql"] }
passlib = "*"
python-jose = "*"
alembic = "*"
@@ -16,6 +16,7 @@ python-multipart = "*"
pydantic = "*"
redis = "==4.2.0rc1"
aiohttp = "*"
gunicorn = { version = "*"}
[dev-packages]