pydriller>=2.6
gitpython>=3.1
typer[all]>=0.9
rich>=13.0
httpx>=0.25
aiohttp>=3.8
numpy>=1.26
pydantic>=2.5
pydantic-settings>=2.1
sqlalchemy>=2.0
alembic>=1.13

[:python_version < "3.11"]
tomli>=2.0

[dev]
pytest>=7.4
pytest-asyncio>=0.23
black>=23.0
ruff>=0.1

[server]
fastapi>=0.104
uvicorn[standard]>=0.24
asyncpg>=0.29
psycopg2-binary>=2.9
celery[redis]>=5.3
redis>=5.0
