Skip to content

Commit d216746

Browse files
author
Edouard Benauw
authored
Update setup.py
1 parent 015e5ac commit d216746

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
@@ -98,7 +98,7 @@
9898
"Topic :: Software Development",
9999
],
100100
python_requires=">=3.6",
101-
install_requires=["deprecated", "pyjwt", "requests>=2.14.0"],
101+
install_requires=["deprecated", "pyjwt<2.0", "requests>=2.14.0"],
102102
extras_require={"integrations": ["cryptography"]},
103103
tests_require=["cryptography", "httpretty>=1.0.3"],
104104
)

0 commit comments

Comments
 (0)