Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Mar 12, 2020
1 parent 96ffbaf commit 6fe6c27
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.25',
version='1.0.26',

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

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

0 comments on commit 6fe6c27

Please sign in to comment.