]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Updated from global requirements
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Thu, 15 Oct 2015 15:42:20 +0000 (15:42 +0000)
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Thu, 15 Oct 2015 15:42:20 +0000 (15:42 +0000)
Change-Id: Ib0b0138caca1214201fa52ed06ec5df4b7c7820d

requirements.txt
test-requirements.txt

index 3080e542d632b6924fdd239db2d58c0c55c7c4bb..ce1e425e33f846156d50bf9ddc9a5e4ebd61a61c 100644 (file)
@@ -12,7 +12,7 @@ eventlet>=0.17.4
 pecan>=1.0.0
 greenlet>=0.3.2
 httplib2>=0.7.5
-requests>=2.5.2
+requests!=2.8.0,>=2.5.2
 Jinja2>=2.6 # BSD License (3 clause)
 keystonemiddleware>=2.0.0
 netaddr!=0.7.16,>=0.7.12
@@ -31,7 +31,7 @@ oslo.context>=0.2.0 # Apache-2.0
 oslo.db>=2.4.1 # Apache-2.0
 oslo.i18n>=1.5.0 # Apache-2.0
 oslo.log>=1.8.0 # Apache-2.0
-oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0,!=2.6.0 # Apache-2.0
+oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,>=1.16.0 # Apache-2.0
 oslo.middleware>=2.8.0 # Apache-2.0
 oslo.policy>=0.5.0 # Apache-2.0
 oslo.rootwrap>=2.0.0 # Apache-2.0
index b9754156a592f9ec04ecc347a3ad30b675cb85e4..467dc4da8b306253a911edee921e5291de3e3c6a 100644 (file)
@@ -18,6 +18,6 @@ testscenarios>=0.4
 WebTest>=2.0
 oslotest>=1.10.0 # Apache-2.0
 os-testr>=0.4.1
-tempest-lib>=0.9.0
+tempest-lib>=0.10.0
 ddt>=0.7.0
 pylint==1.4.4 # GNU GPL v2