From 0939f8224f13fe2e2f20025e735a4d99f8255dba Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 16 Jan 2016 03:30:39 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I15c9ac7df68425c3a35a36dba1c5246dba8ae6c4 --- requirements.txt | 42 +++++++++++++++++++++--------------------- test-requirements.txt | 14 +++++++------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/requirements.txt b/requirements.txt index b191276882..b35fcbe26e 100644 --- a/requirements.txt +++ b/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. -alembic>=0.8.0 -pecan>=1.0.0 -pbr>=1.6 -SQLAlchemy<1.1.0,>=1.0.10 -Babel>=1.3 -eventlet>=0.17.4 -requests!=2.9.0,>=2.8.1 -keystoneauth1>=2.1.0 -keystonemiddleware>=4.0.0 -python-neutronclient>=2.6.0 -WebOb>=1.2.3 -six>=1.9.0 +alembic>=0.8.0 # MIT +pecan>=1.0.0 # BSD +pbr>=1.6 # Apache-2.0 +SQLAlchemy<1.1.0,>=1.0.10 # MIT +Babel>=1.3 # BSD +eventlet>=0.17.4 # MIT +requests!=2.9.0,>=2.8.1 # Apache-2.0 +keystoneauth1>=2.1.0 # Apache-2.0 +keystonemiddleware>=4.0.0 # Apache-2.0 +python-neutronclient>=2.6.0 # Apache-2.0 +WebOb>=1.2.3 # MIT +six>=1.9.0 # MIT stevedore>=1.5.0 # Apache-2.0 oslo.config>=3.2.0 # Apache-2.0 oslo.context>=0.2.0 # Apache-2.0 @@ -27,16 +27,16 @@ oslo.serialization>=1.10.0 # Apache-2.0 oslo.service>=1.0.0 # Apache-2.0 oslo.utils>=3.2.0 # Apache-2.0 PyMySQL>=0.6.2 # MIT License -python-barbicanclient>=3.3.0 -python-novaclient!=2.33.0,>=2.29.0 -pyOpenSSL>=0.14 -WSME>=0.8 +python-barbicanclient>=3.3.0 # Apache-2.0 +python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 +pyOpenSSL>=0.14 # Apache-2.0 +WSME>=0.8 # MIT Jinja2>=2.8 # BSD License (3 clause) -paramiko>=1.13.0 -taskflow>=1.25.0 +paramiko>=1.13.0 # LGPL +taskflow>=1.25.0 # Apache-2.0 #for the amphora api -Flask<1.0,>=0.10 -netifaces>=0.10.4 +Flask<1.0,>=0.10 # BSD +netifaces>=0.10.4 # MIT -cryptography>=1.0 # Apache-2.0 +cryptography>=1.0 # BSD/Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a227729d9d..e6e46fc5a0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,14 +3,14 @@ # process, which may cause wedges in the gate later. hacking<0.10,>=0.9.1 requests-mock>=0.7.0 # Apache-2.0 -coverage>=3.6 -mock>=1.2 +coverage>=3.6 # Apache-2.0 +mock>=1.2 # BSD pyroute2>=0.3.10 # Apache-2.0 (+ dual licensed GPL2) -python-subunit>=0.0.18 +python-subunit>=0.0.18 # Apache-2.0/BSD oslotest>=1.10.0 # Apache-2.0 -testrepository>=0.0.18 -testtools>=1.4.0 -testresources>=0.2.4 -WebTest>=2.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testtools>=1.4.0 # MIT +testresources>=0.2.4 # Apache-2.0/BSD +WebTest>=2.0 # MIT doc8 # Apache-2.0 reno>=0.1.1 # Apache2