aiohttp==3.9.1
httpx==0.28.1
fastapi==0.104.1
uvicorn==0.24.0
pydantic==2.5.0
pydantic-settings==2.1.0
sqlalchemy==2.0.23
{% if database == 'mssql' %}pyodbc==5.0.1{% endif %}
{% if database == 'postgresql' %}psycopg2-binary==2.9.9{% endif %}
{% if database == 'mysql' %}pymysql==1.1.0{% endif %}
python-dotenv==1.2.1
{% if audit_enabled %}pymongo==4.15.3{% endif %}
{% if azure_enabled %}azure-appconfiguration==1.5.0
azure-core==1.29.5
azure-identity==1.17.1
opencensus==0.11.4
opencensus-ext-azure==1.1.13{% endif %}
