Skip to content

Commit cb323ef

Browse files
Fixed requirement 'pyjwt' to major version 2. (jazzband#361)
Co-authored-by: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com>
1 parent 2003a24 commit cb323ef

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
@@ -55,7 +55,7 @@
5555
install_requires=[
5656
'django',
5757
'djangorestframework',
58-
'pyjwt',
58+
'pyjwt>=2,<3',
5959
],
6060
python_requires='>=3.7',
6161
extras_require=extras_require,

0 commit comments

Comments
 (0)