Skip to content

Commit

Permalink
change dependencies order in setup.py (locustio#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amadeea authored and pancaprima committed Jan 31, 2018
1 parent cb9f6ed commit 1b987a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,
install_requires=["chardet==3.0.4", "urllib3==1.22","pandas>=0.21.0","gevent>=1.2.2", "flask>=0.10.1", "requests>=2.9.1", "msgpack-python>=0.4.2", "six>=1.10.0", "pyzmq==15.2.0", "jsonpath-rw==1.4.0", "jsonpath-rw-ext==1.1.3"],
install_requires=["pandas>=0.21.0","gevent==1.2.2", "flask>=0.10.1", "requests>=2.9.1", "msgpack-python>=0.4.2", "six>=1.10.0", "pyzmq==16.0.4", "jsonpath-rw==1.4.0", "jsonpath-rw-ext==1.1.3", "chardet==3.0.4", "urllib3==1.22"],
tests_require=['unittest2', 'mock'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 1b987a6

Please sign in to comment.