summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-03-13 01:36:53 -0700
committerpaul luse <paul.e.luse@intel.com>2015-03-25 12:02:48 -0700
commita8129410030eb03836cf9323a52dc8030b495e77 (patch)
treecfaf97b97ca380cdb3387778d7f461b82c3d11fd
parent09474f28b780453d034d3fe3acee73d764202544 (diff)
downloadswift-a8129410030eb03836cf9323a52dc8030b495e77.tar.gz
Bump eventlet version to 0.16.1
This version adds support for multiple 100-continue responses via the API send_hundred_continue_response(), which we need for the two-phase scheme for PUTs with Erasure Coding Change-Id: I7154ef1dd96ab761894b09d5e6abf98a453f7b64
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 96cb4fb03..c16640cf1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
dnspython>=1.9.4
-eventlet>=0.9.15
+eventlet>=0.16.1,!=0.17.0
greenlet>=0.3.1
netifaces>=0.5,!=0.10.0,!=0.10.1
pastedeploy>=1.3.3