Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbyq authored Jan 4, 2019
1 parent e5c4d27 commit 6291f9e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
license='MIT',
packages=[],
install_requires=[
'geocoder',
'ish_parser',
'matplotlib',
'numpy',
'pandas',
'scipy',
'xlrd >= 0.9.0'
'geocoder>=1.38.1',
'ish_parser>=0.0.22',
'numpy>=1.14.2',
'pandas>=0.22.0',
'scipy>=1.0.0',
'xlrd>= 0.9.0'
],
zip_safe=False)

Expand Down

0 comments on commit 6291f9e

Please sign in to comment.