# Core dependencies
httpx>=0.25.0
numpy>=1.24.0

# Optional: hnswlib for faster vector search (not required)
# hnswlib>=0.7.0

# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0

# Code quality
black>=23.0.0
ruff>=0.1.0