summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-04-11 15:23:00 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-04-12 10:45:52 -0400
commit1bd8ac4269ac51f948342d5cbf024be4cc36784e (patch)
treec30c004e6a7a9b1f2bb20e74ee8802ec3e4748ce
parente55a18c5e0392c568ce7b5073bbcdd0786a1f315 (diff)
downloadoslo-concurrency-1bd8ac4269ac51f948342d5cbf024be4cc36784e.tar.gz
fix lower constraints and uncap eventlet
Fix the lower constraints settings to match the expected values. We will manage the eventlet version using constraints now. See the thread starting at http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html for more details. Change-Id: I9b2cdb68fd87e07d9ae0226bc2c1d77d6981ef52 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
-rw-r--r--lower-constraints.txt6
-rw-r--r--test-requirements.txt2
2 files changed, 5 insertions, 3 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 2b7ba39..f917ff5 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -1,16 +1,18 @@
alabaster==0.7.10
appdirs==1.3.0
Babel==2.3.4
-bandit==1.4.0
+bandit==1.1.0
coverage==4.0
debtcollector==1.2.0
docutils==0.11
dulwich==0.15.0
+enum34==1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
eventlet==0.18.2
extras==1.0.0
fasteners==0.7.0
fixtures==3.0.0
flake8==2.5.5
+futures==3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
gitdb==0.6.4
GitPython==1.0.1
greenlet==0.4.10
@@ -49,7 +51,7 @@ rfc3986==0.3.1
six==1.10.0
smmap==0.9.0
snowballstemmer==1.2.1
-Sphinx==1.6.5
+Sphinx==1.6.2
sphinxcontrib-websupport==1.0.1
stevedore==1.20.0
testrepository==0.0.18
diff --git a/test-requirements.txt b/test-requirements.txt
index 6389366..a6f68de 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,7 +13,7 @@ openstackdocstheme>=1.18.1 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
reno>=2.5.0 # Apache-2.0
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
# Bandit security code scanner
bandit>=1.1.0 # Apache-2.0