mirror of
https://github.com/sstent/AICycling_mcp.git
synced 2025-12-05 23:51:57 +00:00
21 lines
412 B
Plaintext
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 |