fastapi==0.119.1
uvicorn[standard]==0.32.1
pydantic==2.9.2
python-multipart>=0.0.27
sqlalchemy==2.0.35
alembic==1.13.2
greenlet>=3.1.0
redis==5.0.1
httpx==0.27.2
python-dateutil==2.9.0
python-dotenv==1.0.1
pydantic-settings==2.2.1
psutil==6.1.0
python-json-logger==2.0.7

[all]
pinetunnel[dev,postgres,telegram]

[dev]
pytest
pytest-asyncio
pytest-cov
black
isort
mypy

[postgres]
asyncpg
psycopg[binary]>=3.1.0

[telegram]
python-telegram-bot[job-queue,rate-limiter]>=21.7
