Skip to content

Commit

Permalink
Add version for PyJWT
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Raina committed Dec 28, 2020
1 parent 6f53fdd commit b995f3b
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 @@ -29,7 +29,7 @@ def open_local(paths, mode="r", encoding="utf8"):
for reqs in extras_require.values():
extras_require["all"].extend(reqs)

install_requires = ["pyjwt"]
install_requires = ["pyjwt==2.0.0"]

setup(
name="sanic-jwt",
Expand Down

0 comments on commit b995f3b

Please sign in to comment.