From d2e2cc9e7bce2d9cb41c27a0ad1638d045d41637 Mon Sep 17 00:00:00 2001 From: Luqmaan Date: Fri, 4 Apr 2014 12:03:41 -0500 Subject: [PATCH] Specify version number for urllib3 in requirements.txt Should fix `ERROR: HTTPretty should be able to record calls` and `ERROR: HTTPretty should be able to record calls`. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a42590b..e4d837f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -urllib3 +urllib3==1.7.1