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
This commit is contained in:
Tushar Gohad 2015-03-13 01:36:53 -07:00 committed by paul luse
parent 09474f28b7
commit a812941003

View File

@ -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