[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", ]