fastapi
python-dotenv
uvicorn
SQLAlchemy
{% if database == 'postgresql' %}
psycopg[binary]
{% elif database == 'mysql' %}
aiomysql
PyMySQL
{% endif %}
httpx
pydantic
{% if auth == 'keycloak' or auth == 'jwt' %}
PyJWT
cryptography
{% endif %}
{% if alembic %}
alembic
{% endif %}
