summarylogtreecommitdiffstats
path: root/locust.patch
diff options
context:
space:
mode:
Diffstat (limited to 'locust.patch')
-rw-r--r--locust.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/locust.patch b/locust.patch
deleted file mode 100644
index 533bae0e91ce..000000000000
--- a/locust.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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': [