summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-06-17 13:22:04 -0700
committerTim Burke <tim.burke@gmail.com>2019-06-24 08:22:37 -0700
commit0ebfeddf65adb473fda2adfd1705534b6308cd2b (patch)
tree558534cd6cbdcac516afba850c9fd6f72e4295ce /requirements.txt
parent9f1ef35630ebf9da53cbd061f89889e534803725 (diff)
downloadswift-0ebfeddf65adb473fda2adfd1705534b6308cd2b.tar.gz
Bump up our minimum eventlet version
We need 0.25.0 for py3 support, and increasing it for both is simplest. Also drag forward dnspython, as newer eventlet requires a newer dnspython. Note that we still don't explicitly list it as a dependency for py3; rather, it's been getting installed as a requirement for eventlet. Change-Id: If933b713bdd1dfc348959771d60c0756a9a94477
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 609e540e6..04f2af2c1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,14 +2,14 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-dnspython>=1.14.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
-eventlet>=0.17.4,!=0.23.0 # MIT
+dnspython>=1.15.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
+eventlet>=0.25.0 # MIT
greenlet>=0.3.1
netifaces>=0.8,!=0.10.0,!=0.10.1
PasteDeploy>=1.3.3
lxml>=3.4.1
requests>=2.14.2 # Apache-2.0
-six>=1.9.0
+six>=1.10.0
xattr>=0.4;sys_platform!='win32' # MIT
PyECLib>=1.3.1 # BSD
cryptography>=2.0.2 # BSD/Apache-2.0