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 2003a24 commit cb323efCopy full SHA for cb323ef
setup.py
@@ -55,7 +55,7 @@
55
install_requires=[
56
'django',
57
'djangorestframework',
58
- 'pyjwt',
+ 'pyjwt>=2,<3',
59
],
60
python_requires='>=3.7',
61
extras_require=extras_require,
0 commit comments