Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Apr 22, 2020
1 parent 1b54b41 commit 3e34f30
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(

name='pyhelpers',
version='1.0.26',
version='1.1.0',

author='Qian Fu',
author_email='[email protected]',
Expand All @@ -19,22 +19,22 @@

install_requires=[
# 'gdal',
# 'fuzzywuzzy',
'fuzzywuzzy',
# 'matplotlib',
# 'nltk',
'numpy',
'openpyxl',
# 'pandas',
'pandas',
# 'pdfkit',
# 'psycopg2',
'psycopg2',
'python-rapidjson',
# 'pyodbc',
# 'pyproj',
# 'requests',
# 'shapely',
# 'sqlalchemy',
# 'sqlalchemy-utils',
# 'tqdm',
'sqlalchemy',
'sqlalchemy-utils',
'tqdm',
'xlrd',
'xlwt',
'XlsxWriter'
Expand Down

0 comments on commit 3e34f30

Please sign in to comment.