File size: 663 Bytes
6eba330
 
 
 
d69447e
6eba330
 
 
d69447e
8fb800a
 
 
 
6eba330
d69447e
 
 
7ed6008
3f6819d
d69447e
 
 
 
6eba330
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ============================================================================
# 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

# 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