Files
classquiz-ai/Pipfile
T
Mawoka 781ebfcb52 🎨 formatting
2022-03-03 16:56:51 +01:00

25 lines
464 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
uvicorn = { extras = ["standard"], version = "*" }
python-socketio = "*"
ormar = { version = "==0.10.24", extras = ["sqlite", "postgresql"] }
passlib = "*"
python-jose = "*"
alembic = "*"
email-validator = "*"
python-multipart = "*"
pydantic = "*"
redis = "==4.2.0rc1"
aiohttp = "*"
gunicorn = { version = "*"}
[dev-packages]
[requires]
python_version = "3.10"