geocalc-mcp / pyproject.toml
Renzo
Optimize route data JSON for context window efficiency
c2e4a2f
raw
history blame contribute delete
398 Bytes
[project]
name = "geocalc-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiohttp>=3.12.9",
"geopy>=2.4.1",
"gradio>=5.33.0",
"matplotlib>=3.10.3",
"mcp>=1.9.3",
"openrouteservice>=2.3.3",
"pillow<10.0.0",
"polyline>=2.0.2",
"py-staticmaps>=0.4.0",
"python-dotenv>=1.1.0",
]