summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-22 04:04:29 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-22 04:04:29 +0000
commitb691b6298ed6deffe1da8268a65f031d1baf4edf (patch)
treea597fcb0dd6ff3daf3eeccbd5d9b09af6703e288
parent63f0fc3e61a4407e419324c24ae619cc22d87545 (diff)
downloadkeystonemiddleware-b691b6298ed6deffe1da8268a65f031d1baf4edf.tar.gz
Updated from global requirements
Change-Id: Iac0606e545fdacb18e4d5ad3a8a0e9f4871723be
-rw-r--r--requirements.txt18
-rw-r--r--test-requirements.txt20
2 files changed, 19 insertions, 19 deletions
diff --git a/requirements.txt b/requirements.txt
index e05c8f1..311c0c4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,16 +2,16 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-Babel>=1.3
-keystoneauth1>=2.1.0
+Babel>=1.3 # BSD
+keystoneauth1>=2.1.0 # Apache-2.0
oslo.config>=3.2.0 # Apache-2.0
oslo.context>=0.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
-pbr>=1.6
-pycadf!=2.0.0,>=1.1.0
-python-keystoneclient!=1.8.0,>=1.6.0
-requests!=2.9.0,>=2.8.1
-six>=1.9.0
-WebOb>=1.2.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
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+requests!=2.9.0,>=2.8.1 # Apache-2.0
+six>=1.9.0 # MIT
+WebOb>=1.2.3 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 5547a9d..f47ff36 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,22 +4,22 @@
hacking<0.11,>=0.10.0
-coverage>=3.6
-fixtures>=1.3.1
-mock>=1.2
-pycrypto>=2.6
+coverage>=3.6 # Apache-2.0
+fixtures>=1.3.1 # Apache-2.0/BSD
+mock>=1.2 # BSD
+pycrypto>=2.6 # Public Domain
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
oslo.messaging!=2.8.0,!=3.1.0,>2.6.1 # Apache-2.0
reno>=0.1.1 # Apache2
requests-mock>=0.7.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
stevedore>=1.5.0 # Apache-2.0
-testrepository>=0.0.18
-testresources>=0.2.4
-testtools>=1.4.0
-python-memcached>=1.56
+testrepository>=0.0.18 # Apache-2.0/BSD
+testresources>=0.2.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
+python-memcached>=1.56 # PSF
# Bandit security code scanner
-bandit>=0.13.2
+bandit>=0.13.2 # Apache-2.0