]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add missing requirements
authorEric Harney <eharney@redhat.com>
Thu, 25 Feb 2016 21:10:50 +0000 (16:10 -0500)
committerEric Harney <eharney@redhat.com>
Wed, 2 Mar 2016 14:10:07 +0000 (09:10 -0500)
These are used by the Google backup engine.

Present since:
 https://review.openstack.org/#/c/266915/

Depends-On: I4859732719d96c102cc56b2aa0672657915ed0bf
Change-Id: I5759b03a30bbf9f4b81abd898fea77e0f190c674

requirements.txt

index 7370aa2c3a7a087182f14d3e9a0eb2d4a54b4dac..72d0457644ff4e863a815b3b8602ea02f924044a 100644 (file)
@@ -8,9 +8,11 @@ decorator>=3.4.0 # BSD
 enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
 eventlet!=0.18.3,>=0.18.2 # MIT
 greenlet>=0.3.2 # MIT
+httplib2>=0.7.5  # MIT
 iso8601>=0.1.9 # MIT
 keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0
 lxml>=2.3 # BSD
+oauth2client>=1.5.0  # Apache-2.0
 oslo.config>=3.7.0 # Apache-2.0
 oslo.concurrency>=3.5.0 # Apache-2.0
 oslo.context>=0.2.0 # Apache-2.0