fleetmind-dispatch-ai / requirements.txt
mashrur950's picture
feat: Integrate Google Routes API for real-time routing with fallback logic
3f6819d
raw
history blame
594 Bytes
# ============================================================================
# FleetMind MCP Server - HuggingFace Space (Track 1)
# MCP-1st-Birthday Hackathon - Building MCP Servers
# ============================================================================
# Core MCP Framework
fastmcp>=0.3.0
pydantic>=2.8.2
# Database
psycopg2-binary>=2.9.9
# API Clients
googlemaps>=4.10.0
requests>=2.31.0
# Utilities
python-dotenv>=1.0.0
# Development & Testing (optional - not needed for HF Space deployment)
# pytest>=8.0.0
# pytest-asyncio>=0.23.0
# mypy>=1.8.0
# black>=24.0.0
# ruff>=0.1.0