Skip to content

Commit

Permalink
Add missing python-jose dependency (#100)
Browse files Browse the repository at this point in the history
* chore: add missing python-jose dependency.

* chore: add latest version of python-jose.

Co-authored-by: Wagner de Lima <waglds@gmail.com>
  • Loading branch information
denizdogan and wagnerdelima authored Jan 5, 2022
1 parent d600ae0 commit b6efc0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'djangorestframework>=3.10.3',
'django-oauth-toolkit>=0.12.0',
'social-auth-app-django>=3.1.0',
'python-jose[cryptography]>=3.3.0',
],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit b6efc0f

Please sign in to comment.