From f712ed04ccb49e832142944d579e89fb7c14d394 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 26 Jun 2014 17:54:42 -0400 Subject: [PATCH] add httplib2 explicitly to requirements.txt On Ubuntu 14.04+ whatever dark magic was installing httplib2 into the venv for unit testing, is no longer doing it, as httplib2 was not an explicit requirement. It is clearly used in the code, and a dependency, so be explicit about it. Change-Id: I373b87dd4af414d58680d34c4de626ffa953cf57 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index cbabf059ec..2a54bf10b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,7 @@ Django>=1.4,<1.7 django_compressor>=1.4 django_openstack_auth>=1.1.4 eventlet>=0.13.0 +httplib2>=0.7.5 iso8601>=0.1.9 kombu>=2.4.8 lesscpy>=0.9j