fastapi-template/requirements.txt
luxferre ea9803536a template for service rather than hub
Previous template structure had direct handling of auth. This structure is designed to get auth from the hub instead.
2026-06-05 16:39:14 +01:00

18 lines
204 B
Text

fastapi
pydantic
uvicorn
jinja2
python-dotenv
requests
itsdangerous
starlette
pydantic-settings
joserfc
httpx
pytest
uvloop; sys_platform != 'win32'
sqlalchemy
httptools
psycopg
alembic
prometheus-client