From 9cc83a632d7277688c985a0ebb76718db98b7ee7 Mon Sep 17 00:00:00 2001 From: Evan Derickson Date: Wed, 28 Sep 2022 15:43:15 -0700 Subject: [PATCH] Clean up merged requirements --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]}, )