Ubuntu Pastebin

Paste from smoser at Mon, 8 Aug 2016 21:24:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/requirements.txt b/requirements.txt
index cc1dc05..09911bc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -31,7 +31,7 @@ pyyaml
 argparse
 
 # Requests handles ssl correctly!
-requests
+requests<=2.10.0
 
 # For patching pieces of cloud-config together
 jsonpatch
Download as text