Prevent requests 2.13.0 from being installed 43/4043/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 15 Mar 2017 20:54:04 +0000 (16:54 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 15 Mar 2017 20:54:07 +0000 (16:54 -0400)
Looks like 2.13.0 was released and one of our dependencies does not like
it. Disable it in our requirements.txt file.

Change-Id: I0f42444809089d9c3249bbe9b9565ae3e96eca3c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
requirements.txt

index 8ddebbf..df58afe 100644 (file)
@@ -1,6 +1,6 @@
 click
 pyyaml
-requests
+requests!=2.13.0
 shade
 sphinx>=1.4.9
 sphinxcontrib-programoutput