Skip to content

Commit 3d6c217

Browse files
fix: setuptools
1 parent 7800450 commit 3d6c217

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ def finalize_options(self):
5656
'requests',
5757
'opencv-python',
5858
'geopandas',
59-
'geopy']
59+
'geopy',
60+
'setuptools>70']
6061

6162
extras_require = {
6263
"test": ["pytest", "pytest-cov", "psutil"],

0 commit comments

Comments
 (0)