Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ni1o1 committed Jan 3, 2024
1 parent ca5afd8 commit f71588f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pybdshadow",
version="0.3.4",
version="0.3.5",
author="Qing Yu",
author_email="qingyu0815@foxmail.com",
description="Python package to generate building shadow geometry",
Expand All @@ -17,7 +17,7 @@
"Bug Tracker": "https://github.com/ni1o1/pybdshadow/issues",
},
install_requires=[
"numpy", "pandas", "shapely", "geopandas", "matplotlib","suncalc","keplergl","transbigdata"
"numpy", "pandas", "shapely", "geopandas", "matplotlib","suncalc","keplergl","transbigdata","vt2geojson","requests","tqdm","retrying"
],
classifiers=[
"Operating System :: OS Independent",
Expand Down

0 comments on commit f71588f

Please sign in to comment.