Files
classquiz-ai/Pipfile
T
2022-03-03 20:41:45 +01:00

26 lines
477 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 = "*"}
qrcode = "*"
[dev-packages]
[requires]
python_version = "3.10"