Skip to content

Commit

Permalink
add python-jose as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Oct 27, 2022
1 parent 0b4cb49 commit b8c1b05
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 @@ -21,7 +21,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools

REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil", "python-jose>=3.3.0"]

setup(
name=NAME,
Expand Down

0 comments on commit b8c1b05

Please sign in to comment.