summaryrefslogtreecommitdiff
path: root/requirements.txt
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 /requirements.txt
parent543d577613a5ccc12f4482d9e2f9ce1f29db21b4 (diff)
downloadoslo-db-c8c4543d2f6e756b2415852ef66ef333915fee9d.tar.gz
Updated from global requirements
Change-Id: I94f7328437266d6dbaece5e6b2f21a0ea700064e
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt12
1 files changed, 6 insertions, 6 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