sqlalchemy>=2.0.30
fastapi>=0.100.0
pydantic>=2.0.0
python-dateutil>=2.8.0
fastapi-mail>=1.0.0

[dev]
pytest>=9.0.2
pytest-cov>=7.0.0
black>=26.1.0
flake8>=7.2.0
bandit>=1.8.0
build>=0.10.0
twine>=6.2.0
testcontainers[postgres]>=4.0.0
psycopg[binary]>=3.1.0

[graphql]
strawberry-graphql[fastapi]>=0.200.0
