summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Walker <walkerjoseph@google.com>2019-03-29 16:14:08 -0700
committerJoe Walker <walkerjoseph@google.com>2019-03-29 16:14:08 -0700
commit1220ce36879a69e5d754de53adb09c3c24d6a533 (patch)
tree9550e4301df59b108c27a4d51d97c496dd3dae30
parentff67045f3c117dd781084ac45e261b2155799578 (diff)
downloadboto-1220ce36879a69e5d754de53adb09c3c24d6a533.tar.gz
Added idna==2.7 to py26 and py33 req docs
idna 2.8 requires 2.7 or 3.4+ in order to run. idna version 2.7, however, does support the older versions of python so the tests can be performed.
-rw-r--r--requirements-py26.txt1
-rw-r--r--requirements-py33.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/requirements-py26.txt b/requirements-py26.txt
index e2188d20..83240fb9 100644
--- a/requirements-py26.txt
+++ b/requirements-py26.txt
@@ -1,3 +1,4 @@
+idna==2.7
unittest2==0.5.1
ordereddict==1.1
paramiko>=1.10.0,<2.4
diff --git a/requirements-py33.txt b/requirements-py33.txt
index 7c9f639a..30504948 100644
--- a/requirements-py33.txt
+++ b/requirements-py33.txt
@@ -1 +1,2 @@
+idna==2.7
paramiko>=1.10.0,<2.4