summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-16 03:31:20 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-16 03:31:20 +0000
commitd5b2dee8a251536ec63eaf9efa862f99ed26b801 (patch)
treebd1e47d421b783d0d575caa08d92001020181eee /requirements.txt
parentd6860d0da4e13fdcbe34df6491e1312596e76515 (diff)
downloadoslo-policy-d5b2dee8a251536ec63eaf9efa862f99ed26b801.tar.gz
Updated from global requirements
Change-Id: Ia8fce74c2caa158ac80a01ab68a15b85fbe4c085
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 639c081..e9b9243 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.9.0,>=2.8.1
+requests!=2.9.0,>=2.8.1 # Apache-2.0
oslo.config>=3.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0
-six>=1.9.0
+six>=1.9.0 # MIT