fastapi>=0.110.0
uvicorn>=0.17.6
SQLAlchemy>=1.4.36
pydantic<3,>=2.5
python-dotenv>=0.19.0

[lint]
ruff>=0.5
black>=24
mypy>=1.8

[peewee]
peewee>=3.17.0

[sqlalchemy]
SQLAlchemy>=1.4.36

[test]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
httpx>=0.24.0
faker>=18.0.0
aiosqlite>=0.19.0

[tortoise]
tortoise-orm>=0.20.0
asyncpg>=0.28.0
