tmpl-fastapi/requirements.txt

17 lines
237 B
Text
Raw Normal View History

fastapi~=0.93.0
starlette~=0.25.0
pydantic~=1.10.6
uvicorn[standard]~=0.20.0
gunicorn~=20.1.0
jinja2~=3.1.2
starlette-wtf~=0.4.3
wtforms~=3.0.1
sqlalchemy~=2.0.5.post1
sqlalchemy-utils~=0.40.0
mysqlclient~=2.1.1
python-dotenv~=1.0.0