summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-23 10:53:05 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-23 10:53:05 +0000
commit9410f1cf12aad3d08a9e6b21f82394f003647715 (patch)
tree8ecbb4121925386df93dab49148594843b8336d4
parent2c9084ebb1a088958b5e387d28e47e9ab509c59f (diff)
downloadpycadf-9410f1cf12aad3d08a9e6b21f82394f003647715.tar.gz
Updated from global requirements
Change-Id: Ib37f0c1a68dfcfd6123187601a662bcc11c7928f
-rw-r--r--requirements.txt6
-rw-r--r--test-requirements.txt14
2 files changed, 10 insertions, 10 deletions
diff --git a/requirements.txt b/requirements.txt
index 7aff487..455d2bd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,6 +3,6 @@
# process, which may cause wedges in the gate later.
oslo.config>=3.2.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
-pytz>=2013.6
-six>=1.9.0
-debtcollector>=0.3.0 # Apache-2.0
+pytz>=2013.6 # MIT
+six>=1.9.0 # MIT
+debtcollector>=1.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7d1893f..963a03c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,14 +4,14 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking<0.11,>=0.10.0
-coverage>=3.6
-discover
-fixtures>=1.3.1
+coverage>=3.6 # Apache-2.0
+discover # BSD
+fixtures>=1.3.1 # Apache-2.0/BSD
oslotest>=1.10.0 # Apache-2.0
-python-subunit>=0.0.18
-testrepository>=0.0.18
-testtools>=1.4.0
+python-subunit>=0.0.18 # Apache-2.0/BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
# this is required for the docs build jobs
oslosphinx!=3.4.0,>=2.5.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