summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-12-15 18:59:15 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-12-15 18:59:15 +0000
commit4a190480927a2632a4db0a4b55bcb9ed2dd53cf0 (patch)
treea3f318329657dbf4cf758ef86d9a9b8de1e1fb20 /requirements.txt
parentd7c8cd20f6baa526aba30e169f429716ea5d02dc (diff)
downloadoslo-policy-4a190480927a2632a4db0a4b55bcb9ed2dd53cf0.tar.gz
Updated from global requirements
Change-Id: Ib8a4ed4e5e704abd7d328ddb7c1ddb9914939382
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 3a6e5f4..0462bd9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,9 +2,9 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-requests>=2.8.1
+requests!=2.9.0,>=2.8.1
oslo.config>=2.7.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils!=3.1.0,>=2.8.0 # Apache-2.0
+oslo.utils>=3.2.0 # Apache-2.0
six>=1.9.0