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

[docs]
mkdocs>=1.6
mkdocs-material>=9.5
pymdown-extensions>=10.7

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

[peewee]
peewee<4,>=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<1.0,>=0.20.0
asyncpg>=0.28.0
