This commit is contained in:
deng
2025-11-27 14:19:09 +08:00
parent 469704bc19
commit 4feb38de71
11 changed files with 175630 additions and 6 deletions

View File

@ -4,7 +4,16 @@ version = "0.1.0"
description = "This is a web app to analyze gpx for hiking planning"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["streamlit>=1.51.0"]
dependencies = [
"streamlit>=1.51.0",
"gpxpy>=1.6.2",
"folium>=0.18.0",
"streamlit-folium>=0.23.1",
"plotly>=5.24.1",
"requests>=2.32.3",
"geopy>=2.4.1",
"streamlit-plotly-events>=0.0.6",
]
[dependency-groups]
dev = ["pre-commit>=4.5.0", "pytest>=9.0.1", "ruff>=0.14.6"]