8000 fix: Update to have parity with requirements.txt · githubib/twilio-python@8bab718 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bab718

Browse files
fix: Update to have parity with requirements.txt
1 parent d21bfce commit 8bab718

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
@@ -27,7 +27,7 @@
2727
install_requires=[
2828
"six",
2929
"pytz",
30-
"PyJWT >= 1.4.2",
30+
"PyJWT == 1.7.1",
3131
],
3232
extras_require={
3333
':python_version<"3.0"': [

0 commit comments

Comments
 (0)
0