Skip to content

Commit

Permalink
Merge pull request locustio#841 from vamega/msgpack-dep-update
Browse files Browse the repository at this point in the history
Change name of msgpack dependency.
  • Loading branch information
aldenpeterson-wf authored Jul 13, 2018
2 parents 6e4ca23 + db738f4 commit c59360e
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=["gevent>=1.2.2", "flask>=0.10.1", "requests>=2.9.1", "msgpack-python>=0.4.2", "six>=1.10.0", "pyzmq>=16.0.2"],
install_requires=["gevent>=1.2.2", "flask>=0.10.1", "requests>=2.9.1", "msgpack>=0.4.2", "six>=1.10.0", "pyzmq>=16.0.2"],
test_suite="locust.test",
tests_require=['mock'],
entry_points={
Expand Down

0 comments on commit c59360e

Please sign in to comment.