8000 Constrain PyJWT dependency to working versions · burhan/twilio-python@ae13a24 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae13a24

Browse files
committed
Constrain PyJWT dependency to working versions
1 parent b9a0b1b commit ae13a24

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