summarylogtreecommitdiffstats
path: root/locust.patch
blob: 533bae0e91ceca0ee4c742243115547a505ade75 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py	2017-09-13 02:26:46.059568199 +0800
+++ setup.py	2017-09-13 02:27:39.156296051 +0800
@@ -41,7 +41,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==15.2.0"],
+    install_requires=["gevent", "flask", "requests", "msgpack-python", "pyzmq"],
     tests_require=['unittest2', 'mock'],
     entry_points={
         'console_scripts': [