# Web API
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.0.0

# CLI tool
click>=8.0.0
python-dateutil>=2.8.0
rich>=13.0.0

# Shared utilities
requests>=2.31.0

# Flight search (GitHub only — not on PyPI as a stable release)
git+https://github.com/AWeirdDev/flights.git
