diff --git a/setup.py b/setup.py index 4c829239a0..6c2c36bf31 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,6 @@ "Topic :: Scientific/Engineering :: GIS", "Topic :: Utilities", ], - install_requires=["requests>=2.3.0", "geojson>=1.0.9", "shapely>=1.6.4", "osm2geojson"], - extras_require={"test": ["pytest", "requests-mock[fixture]","pytest", "geojson>=1.0.9"]}, + install_requires=["requests>=2.3.0", "osm2geojson"], + extras_require={"test": ["pytest", "requests-mock[fixture]", "geojson>=1.0.9"]}, )