summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-19 13:52:08 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-19 13:52:08 +0000
commit36268600f5ba97f2b18945e9db03d7184e5ffde0 (patch)
tree73ce4ea312ca55e5bbd1de3febce0415c85d7ea0
parentbfa7e51252f5467e152bfe1dc046bcd79ce0ba0a (diff)
downloadpython-barbicanclient-36268600f5ba97f2b18945e9db03d7184e5ffde0.tar.gz
Updated from global requirements
Change-Id: I65e4e45f2c2db58a8fe89fb380d10cea9c4a4922
-rw-r--r--requirements.txt12
-rw-r--r--test-requirements.txt18
2 files changed, 15 insertions, 15 deletions
diff --git a/requirements.txt b/requirements.txt
index d8a213f..d664ece 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,12 +1,12 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=1.6
-argparse
-requests!=2.9.0,>=2.8.1
-six>=1.9.0
-python-keystoneclient!=1.8.0,>=1.6.0
+pbr>=1.6 # Apache-2.0
+argparse # PSF
+requests!=2.9.0,>=2.8.1 # Apache-2.0
+six>=1.9.0 # MIT
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
cliff>=1.15.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
+oslo.utils>=3.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 66438ba..4d6ce9e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,18 +1,18 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-coverage>=3.6
-discover
+coverage>=3.6 # Apache-2.0
+discover # BSD
hacking<0.11,>=0.10.0
-fixtures>=1.3.1
+fixtures>=1.3.1 # Apache-2.0/BSD
requests-mock>=0.7.0 # Apache-2.0
-mock>=1.2
-testrepository>=0.0.18
-testtools>=1.4.0
+mock>=1.2 # BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
oslotest>=1.10.0 # Apache-2.0
-nose
-python-openstackclient>=2.0.0
+nose # LGPL
+python-openstackclient>=2.0.0 # Apache-2.0
# Documentation build requirements
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0