wagnerdelima / drf-social-oauth2

drf-social-oauth2 makes it easy to integrate Django social authentication with major OAuth2 providers, i.e., Facebook, Twitter, Google, etc.
https://drf-social-oauth2.readthedocs.io/en/latest/
MIT License
270 stars 34 forks source link

Add missing python-jose dependency #100

Closed denizdogan closed 2 years ago

denizdogan commented 2 years ago

Fixes #99

denizdogan commented 2 years ago

I hope I got this right, I'm not entirely sure how setup.py works anymore. I'd suggest a switch to Poetry :)

wagnerdelima commented 2 years ago

Thanks for your contributio. I updated python-jose's version to 3.3.0, the latest. I will be releasing a new version later this week.