Upgrades requests version to get HTTPS Proxy support

This commit is contained in:
Abhay Rana 2014-06-12 01:53:58 +05:30
parent 992961071c
commit 0b1c1bf2ad
1 changed files with 1 additions and 1 deletions

View File

@ -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'],