summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-18 22:39:45 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-18 22:39:45 +0000
commit4404693f4ccc2b5619bc6ec1f16ffc0ebf6245a8 (patch)
tree33a287dade13dc7758f858b215034eeaa16cf6bd
parentc76295f3d80ce2a9b2a51546bc40ec385e3ed858 (diff)
downloadceilometermiddleware-4404693f4ccc2b5619bc6ec1f16ffc0ebf6245a8.tar.gz
Updated from global requirements
Change-Id: If8a70c2baf548860de15e33acce6452ae597fedb
-rw-r--r--requirements.txt10
-rw-r--r--test-requirements.txt14
2 files changed, 12 insertions, 12 deletions
diff --git a/requirements.txt b/requirements.txt
index 2edbbef..8cff958 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,8 +5,8 @@
oslo.config>=3.2.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.messaging!=2.8.0,!=3.1.0,>2.6.1 # Apache-2.0
-oslo.utils>=3.2.0 # Apache-2.0
-pbr>=1.6
-pycadf!=2.0.0,>=1.1.0
-six>=1.9.0
-Babel>=1.3
+oslo.utils>=3.4.0 # Apache-2.0
+pbr>=1.6 # Apache-2.0
+pycadf!=2.0.0,>=1.1.0 # Apache-2.0
+six>=1.9.0 # MIT
+Babel>=1.3 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index a139bf8..8bd244e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,12 +4,12 @@
hacking<0.11,>=0.10.0
-coverage>=3.6
-discover
-python-subunit>=0.0.18
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+coverage>=3.6 # Apache-2.0
+discover # BSD
+python-subunit>=0.0.18 # Apache-2.0/BSD
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=1.4.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT