Workaround for new release of httplib2

Avoids failure by pinning down httplib2 until we get a new release
of lazr-restfulclient.

Change-Id: I1775dcaeaeb69b8e74a3e5cf0d93ed8eb45db2ad
Related-Bug: #1803402
This commit is contained in:
Sorin Sbarnea 2018-11-15 17:15:08 +00:00
parent 0f78733776
commit 33ca69cc98
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ irc>=15.0.1
pyyaml
lockfile
Babel>=0.9.6
httplib2<0.12.0 # required by launchpadlib, see https://bugs.launchpad.net/lazr.restfulclient/+bug/1803402
launchpadlib
Jinja2
requests