Untested Ormar and FastAPI update

This commit is contained in:
Mawoka
2025-05-20 12:12:06 +02:00
parent 2bfd73412d
commit 03e85f8586
31 changed files with 719 additions and 694 deletions
+5 -3
View File
@@ -8,16 +8,13 @@ verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
uvicorn = "*"
python-socketio = "*"
ormar = { version = "*", extras = ["postgresql"] }
passlib = "*"
python-jose = "*"
alembic = "*"
email-validator = "*"
python-multipart = "*"
pydantic = "1.10.8"
redis = "*"
aiohttp = "*"
gunicorn = "*"
@@ -46,6 +43,11 @@ starlette = "*"
pyopenssl = "*"
python-dotenv = "*"
webauthn = "==1.*"
fastapi = "*"
pypng = "*"
ormar = "*"
pydantic = "*"
pydantic-settings = "*"
[dev-packages]
coverage = "*"