# Core dependencies
# pgdbm  # Use local version with PYTHONPATH
asyncpg>=0.28.0
fastapi>=0.100.0
uvicorn[standard]>=0.23.0
pydantic>=2.0.0
python-dotenv>=1.0.0
httpx>=0.24.0

# Authentication
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4

# Event system
asyncio-mqtt>=0.16.0  # For lightweight event bus

# Development dependencies
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
locust>=2.15.0  # For load testing
