From 5bdd61b24428de99acdf21d7695123f28bdf9b61 Mon Sep 17 00:00:00 2001 From: Brian Russo Date: Thu, 26 May 2016 09:46:25 -0400 Subject: [PATCH] updated requets version to something newer that contains the ssl fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64e61b7..43d6c60 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "Development Status :: 5 - Production/Stable", ] -requires = ["requests==1.2.3", ] +requires = ["requests>=2.6.0", ] # This might not be the best idea. try: