Skip to content

Commit

Permalink
Pin to pre-2.0 pyjwt to avoid breakages
Browse files Browse the repository at this point in the history
  • Loading branch information
greenape committed Jan 4, 2021
1 parent 769003d commit a1d9e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
install_requires=[
"Werkzeug>=1.0.0", # Needed for SameSite cookie functionality
"Quart>=0.11",
"PyJWT>=1.6.4",
"PyJWT>=1.6.4,<2.0",
"six",
],
python_requires=">=3.7",
Expand Down

0 comments on commit a1d9e1b

Please sign in to comment.