summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-16 03:31:03 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-01-16 03:31:03 +0000
commitca9801d4e455bd642e1d24c951cddc4f283d118a (patch)
tree37321049a2515e997ef67ea9ebac84f98b43a93f /requirements.txt
parent491af16f806eb772a5ce6fa0eb785e3c602cbb0f (diff)
downloadoslo-concurrency-ca9801d4e455bd642e1d24c951cddc4f283d118a.tar.gz
Updated from global requirements
Change-Id: I0302364cb544b7e94ddb3f4f314ff0975a5b8ff2
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index ae213e5..a66e770 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,13 +2,13 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=1.6
-Babel>=1.3
-enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3'
-iso8601>=0.1.9
+pbr>=1.6 # Apache-2.0
+Babel>=1.3 # BSD
+enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
+iso8601>=0.1.9 # MIT
oslo.config>=3.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0
-six>=1.9.0
+six>=1.9.0 # MIT
fasteners>=0.7 # Apache-2.0
retrying!=1.3.0,>=1.2.3 # Apache-2.0