Skip to content

Commit

Permalink
Clean up merged requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dericke committed Sep 28, 2022
1 parent 0890686 commit 9cc83a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]},
)

0 comments on commit 9cc83a6

Please sign in to comment.