8000 Merge pull request #365 from twilio/update-pyjwt · twilio/twilio-python@5e1b2fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e1b2fe

Browse files
authored
Merge pull request #365 from twilio/update-pyjwt
Constrain PyJWT dependency to working versions
2 parents b9a0b1b + ae13a24 commit 5e1b2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 >= 2.0.0", "six", "pytz", "PyJWT >= 1.4.2"]
16+
REQUIRES = ["requests >= 2.0.0", "six", "pytz", "PyJWT >= 1.4.2,<1.5.1"]
1717

1818
if sys.version_info < (3, 0):
1919
REQUIRES.extend(["cryptography >= 1.3.4", "idna >= 2.0.0", "pyOpenSSL >= 0.14"])

0 commit comments

Comments
 (0)
0