File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 3434REQUIRES_PYTHON = ">=3.0"
3535HERE = os .path .abspath (os .path .dirname (__file__ ))
3636REQUIREMENTS = [
37- "mercantile" ,
3837 "mapbox-vector-tile" ,
39- "pytest" ,
38+ "mercantile" ,
39+ "requests" ,
4040 "vt2geojson" ,
41+ "haversine" ,
4142 "shapely" ,
4243 "turfpy" ,
44+ "geojson" ,
4345]
4446CLASSIFIERS = [
4547 "Development Status :: 5 - Production/Stable" ,
117119 packages = setuptools .find_packages (where = "src" ),
118120 # # Specifiy the package directory
119121 package_dir = PACKAGE_DIR ,
122+ # # A string or list of strings specifying what other distributions need to be installed
123+ # # when this one is
124+ install_requires = REQUIREMENTS ,
120125 # # What Python version is required
121126 python_requires = REQUIRES_PYTHON ,
122127 # # What package data to include
You can’t perform that action at this time.
0 commit comments