Skip to content

Commit 5f02c81

Browse files
committed
Pin requests dependency to at least 2.0.0
1 parent 466422a commit 5f02c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
six
2-
requests
2+
requests>=2.0.0
33
socksipy-branch
44
PyJWT==1.4.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
# You need to have the setuptools module installed. Try reading the setuptools
1515
# documentation: http://pypi.python.org/pypi/setuptools
16-
REQUIRES = ["requests", "six", "pytz", "PyJWT == 1.4.2"]
16+
REQUIRES = ["requests >= 2.0.0", "six", "pytz", "PyJWT == 1.4.2"]
1717

1818
if sys.version_info < (2, 6):
1919
REQUIRES.append('simplejson')

0 commit comments

Comments
 (0)