Skip to content

Commit

Permalink
[setup] Add shapely to install_requires list in setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
tlestang committed Jul 16, 2021
1 parent 40e7d95 commit 706e38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def readme():
'setuptools_scm'
],
install_requires=[
# eg: 'aspectlib==1.1.1', 'six>=1.7',
'shapely'
],
extras_require={
# eg:
Expand Down

0 comments on commit 706e38e

Please sign in to comment.