init proj

This commit is contained in:
贺海国
2025-12-25 17:28:36 +08:00
parent cb3d0b83c3
commit 96bcc860fe
7 changed files with 2881 additions and 2 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[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",
]