fleetmind-dispatch-ai / requirements.txt
mashrur950's picture
added google generrative ai
807de16
raw
history blame contribute delete
729 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
# Web Framework (for landing page)
fastapi>=0.104.0
uvicorn>=0.24.0
# Authentication Proxy
aiohttp>=3.9.0
# Database
psycopg2-binary>=2.9.9
# API Clients
googlemaps>=4.10.0
google-generativeai>=0.8.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