Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Jan 16, 2020
1 parent 0cc6fac commit 8add15b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pyaml==19.12.0
#python-dateutil==2.8.1
python-dateutil@ https://github.com/mcarans/dateutil/raw/justforrelease/dist/python_dateutil-2.8.2.dev15%2Bgeb45e83-py2.py3-none-any.whl
ratelimit==2.2.1
six==1.13.0
six==1.14.0
sshtunnel==0.1.5
tabulator==1.31.2
typing==3.7.4.1
Expand Down
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@
'html5lib',
'psycopg2-binary',
'pyaml',
'python-dateutil==2.8.2.dev15',
'python-dateutil @ https://github.com/mcarans/dateutil/raw/justforrelease/dist/python_dateutil-2.8.2.dev15%2Bgeb45e83-py2.py3-none-any.whl',
'ratelimit',
'six>=1.13.0',
'six>=1.14.0',
'sshtunnel',
'tabulator>=1.31.2',
'typing',
'yamlloader'
]

dependencies = [
'https://github.com/mcarans/dateutil/raw/justforrelease/dist/python_dateutil-2.8.2.dev15%2Bgeb45e83-py2.py3-none-any.whl']

classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -60,6 +57,5 @@
zip_safe=True,
classifiers=classifiers,
install_requires=requirements,
dependency_links=dependencies,
cmdclass={'clean': CleanCommand, 'package': PackageCommand, 'publish': PublishCommand},
)
2 changes: 1 addition & 1 deletion src/hdx/utilities/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1

0 comments on commit 8add15b

Please sign in to comment.