From 0b1c1bf2adbc8ba61e9d0b348acd5958185d0d1c Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Thu, 12 Jun 2014 01:53:58 +0530 Subject: [PATCH] Upgrades requests version to get HTTPS Proxy support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb33243..c99cc73 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup(name='hackertray', 'hackertray.data': ['hacker-tray.png'] }, install_requires=[ - 'requests>=2.0', + 'requests>=2.2.1', ], entry_points={ 'console_scripts': ['hackertray = hackertray:main'],