Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 9cc83a6

Browse files
committed
Clean up merged requirements
1 parent 0890686 commit 9cc83a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"Topic :: Scientific/Engineering :: GIS",
2020
"Topic :: Utilities",
2121
],
22-
install_requires=["requests>=2.3.0", "geojson>=1.0.9", "shapely>=1.6.4", "osm2geojson"],
23-
extras_require={"test": ["pytest", "requests-mock[fixture]","pytest", "geojson>=1.0.9"]},
22+
install_requires=["requests>=2.3.0", "osm2geojson"],
23+
extras_require={"test": ["pytest", "requests-mock[fixture]", "geojson>=1.0.9"]},
2424
)

0 commit comments

Comments
 (0)