Files
AICycling_mcp/requirements.txt
2025-09-25 18:42:01 -07:00

21 lines
412 B
Plaintext

# Core dependencies
pydantic-ai>=0.0.1
pyyaml>=6.0
aiohttp>=3.8.0
rich>=13.0.0
# LLM dependencies
pydantic>=2.0.0
openai>=1.0.0
# Garmin Connect data access
garth>=0.4.0
# Optional MCP dependencies (fallback)
# Install garth-mcp-server separately if needed:
# npm install -g garth-mcp-server
# or check: https://github.com/matin/garth-mcp-server
# Development and testing
pytest>=7.0.0
pytest-asyncio>=0.21.0