Files
aiearthapp/pyproject.toml
贺海国 96bcc860fe init proj
2025-12-25 17:28:36 +08:00

14 lines
296 B
TOML

[project]
name = "aiearthapp"
version = "0.1.0"
description = "基于 Streamlit 和 Leafmap 的地图应用"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"streamlit>=1.28.0",
"leafmap>=0.25.0",
"folium>=0.14.0",
"setuptools>=65.0.0",
"requests>=2.31.0",
]