asyncpg==0.29.0
environs==10.3.0
fastapi==0.110.0
mypy==1.8.0
psycopg2-binary==2.9.9
pydantic==2.6.2
python-dotenv==1.0.1
sqlalchemy==2.0.27
sqlmodel==0.0.16
uvicorn==0.27.1

[dev]
aa-fastapi-template[tests]
black==24.2.0
httpx==0.27.0
isort==5.13.2
ruff==0.2.2
toml==0.10.2
types-toml==0.10.8.7

[tests]
pytest==8.0.2
pytest-mock==3.12.0
hypothesis==6.98.11
pytest-cov==4.1.0
pytest-xdist==3.5.0
pytest-md==0.2.0
pytest-emoji==0.2.0
tox==4.13.0
