init proj
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user