]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add missing requirements
authorEric Harney <eharney@redhat.com>
Tue, 19 Jan 2016 16:43:12 +0000 (11:43 -0500)
committerEric Harney <eharney@redhat.com>
Tue, 19 Jan 2016 16:47:06 +0000 (11:47 -0500)
These three requirements are used currently by
code in Cinder.

Change-Id: I30304f518b7b1c8d55852ec419f60fff8e688229

requirements.txt

index c476587a8bee56b8c84e0b74e048b242c6bf6f03..8f246d087a24cbf6031d994637407a4c075ac5a9 100644 (file)
@@ -5,6 +5,7 @@
 pbr>=1.6 # Apache-2.0
 anyjson>=0.3.3 # BSD
 Babel>=1.3 # BSD
+decorator>=3.4.0  # BSD
 enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
 eventlet>=0.17.4 # MIT
 greenlet>=0.3.2 # MIT
@@ -36,12 +37,14 @@ python-glanceclient>=1.2.0 # Apache-2.0
 python-keystoneclient!=1.8.0,>=1.6.0 # Apache-2.0
 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
 python-swiftclient>=2.2.0 # Apache-2.0
+pytz>=2013.6  # MIT
 requests!=2.9.0,>=2.8.1 # Apache-2.0
 retrying!=1.3.0,>=1.2.3 # Apache-2.0
 Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' # MIT
 Routes!=2.0,>=1.12.3;python_version!='2.7' # MIT
 taskflow>=1.25.0 # Apache-2.0
 rtslib-fb>=2.1.41 # Apache-2.0
+simplejson>=2.2.0  # MIT
 six>=1.9.0 # MIT
 SQLAlchemy<1.1.0,>=1.0.10 # MIT
 sqlalchemy-migrate>=0.9.6 # Apache-2.0