fastapi>=0.110
uvicorn[standard]>=0.29
fastapi-utils>=0.8
sqlalchemy>=2.0
passlib[bcrypt]>=1.7
bcrypt==4.0.1
python-jose[cryptography]>=3.3
jinja2>=3.1
python-dotenv>=1.0
pydantic-settings>=2.0
python-multipart>=0.0.9
pydantic[email]>=2.0

[dev]
pytest>=8.0
httpx>=0.27
ruff>=0.5
black>=24.0
mypy>=1.0
build>=1.2
twine>=5.0

[postgres]
psycopg2-binary>=2.9
