# FastAPI and Web Server
fastapi>=0.115.6
fastapi-cache2>=0.2.2
uvicorn>=0.34.0
uvloop>=0.18.0
python-multipart>=0.0.20

# Celery Background Tasks
celery[redis]>=5.3.4
redis>=5.0.1
pyyaml>=6.0

# Streaming
pika>=1.3.0

# Uvicorn file watcher for non-Python files
watchfiles>=1.1.0

# Test dependencies
pytest>=7.0.0
pytest-asyncio>=0.18.0
httpx>=0.22.0
pytest-mock>=3.10.0
