Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloprates committed Aug 21, 2021
1 parent dedab10 commit 43443df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
license='MIT License',
packages=['prettymaps'],
install_requires=[
'osmnx=1.0.1',
'tabulate=0.8.9',
'jupyter=1.0.0',
'osmnx==1.0.1',
'tabulate==0.8.9',
'jupyter==1.0.0',
],

classifiers=[
Expand Down

0 comments on commit 43443df

Please sign in to comment.