Skip to content

Commit

Permalink
Trigger new build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Dec 28, 2020
1 parent b995f3b commit 1e56610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
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==2.0.0"]
install_requires = ["pyjwt==2.0.0",]

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

0 comments on commit 1e56610

Please sign in to comment.