summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-16 03:31:09 +0000
committerDavanum Srinivas <davanum@gmail.com>2016-01-17 17:41:47 -0500
commitc8c4543d2f6e756b2415852ef66ef333915fee9d (patch)
treee6b26a7a27ac787766725f8ca8f0686f33d98241
parent543d577613a5ccc12f4482d9e2f9ce1f29db21b4 (diff)
downloadoslo-db-c8c4543d2f6e756b2415852ef66ef333915fee9d.tar.gz
Updated from global requirements
Change-Id: I94f7328437266d6dbaece5e6b2f21a0ea700064e
-rw-r--r--requirements.txt12
-rw-r--r--setup.cfg28
2 files changed, 20 insertions, 20 deletions
diff --git a/requirements.txt b/requirements.txt
index 5ab0422..855e21e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,14 +2,14 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=1.6
-alembic>=0.8.0
-Babel>=1.3
+pbr>=1.6 # Apache-2.0
+alembic>=0.8.0 # MIT
+Babel>=1.3 # BSD
oslo.i18n>=1.5.0 # Apache-2.0
oslo.config>=3.2.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0
-SQLAlchemy<1.1.0,>=1.0.10
-sqlalchemy-migrate>=0.9.6
+SQLAlchemy<1.1.0,>=1.0.10 # MIT
+sqlalchemy-migrate>=0.9.6 # Apache-2.0
stevedore>=1.5.0 # Apache-2.0
-six>=1.9.0
+six>=1.9.0 # MIT
diff --git a/setup.cfg b/setup.cfg
index 35027a9..681e8b1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,29 +24,29 @@ mysql =
PyMySQL>=0.6.2 # MIT License
# or oslo.db[mysql-c]
mysql-c =
- MySQL-python:python_version=='2.7'
+ MySQL-python:python_version=='2.7' # GPL
# or oslo.db[postgresql]
postgresql =
- psycopg2>=2.5
+ psycopg2>=2.5 # LGPL/ZPL
# Dependencies for testing oslo.db itself.
test =
hacking<0.11,>=0.10.0
- coverage>=3.6
- discover
+ coverage>=3.6 # Apache-2.0
+ discover # BSD
doc8 # Apache-2.0
- eventlet>=0.17.4
- fixtures>=1.3.1
- mock>=1.2
- python-subunit>=0.0.18
- sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+ eventlet>=0.17.4 # MIT
+ fixtures>=1.3.1 # Apache-2.0/BSD
+ mock>=1.2 # 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
- testtools>=1.4.0
- tempest-lib>=0.12.0
+ testrepository>=0.0.18 # Apache-2.0/BSD
+ testtools>=1.4.0 # MIT
+ tempest-lib>=0.13.0 # Apache-2.0
fixtures =
- testresources>=0.2.4
- testscenarios>=0.4
+ testresources>=0.2.4 # Apache-2.0/BSD
+ testscenarios>=0.4 # Apache-2.0/BSD
[files]
packages =