# FastAPI Core
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.9.0
pydantic-settings>=2.6.0
python-multipart>=0.0.12

# Rate Limiting
slowapi>=0.1.9

# Database (optional - uncomment if needed)
# sqlalchemy[asyncio]>=2.0.35
# alembic>=1.13.0
# aiosqlite>=0.20.0  # SQLite
# asyncpg>=0.30.0  # PostgreSQL

# Utilities
python-dotenv>=1.0.0

# Development & Testing
pytest>=8.3.0
pytest-asyncio>=0.24.0
pytest-cov>=6.0.0
httpx>=0.27.0
black>=24.10.0
ruff>=0.8.0
mypy>=1.14.0

# Additional dependencies will be added here by fastapi-registry modules
