We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a0b1b commit ae13a24Copy full SHA for ae13a24
setup.py
@@ -13,7 +13,7 @@
13
#
14
# You need to have the setuptools module installed. Try reading the setuptools
15
# documentation: http://pypi.python.org/pypi/setuptools
16
-REQUIRES = ["requests >= 2.0.0", "six", "pytz", "PyJWT >= 1.4.2"]
+REQUIRES = ["requests >= 2.0.0", "six", "pytz", "PyJWT >= 1.4.2,<1.5.1"]
17
18
if sys.version_info < (3, 0):
19
REQUIRES.extend(["cryptography >= 1.3.4", "idna >= 2.0.0", "pyOpenSSL >= 0.14"])
0 commit comments