RealmTeam / django-rest-framework-social-oauth2

python-social-auth and oauth2 support for django-rest-framework
MIT License
1.06k stars 191 forks source link

Django 3 compatible #206

Closed jperelli closed 4 years ago

jperelli commented 4 years ago

Removing six from dependencies (removing django-braces that depends on six) to make it work with django v3 (release coming on this december)

Also I think this is now python3 compatible.

I just copied only the relevant method from django-braces into here. We don't need the extra things from django-braces, and one less dependency here is better.

mizvyt commented 4 years ago

LGTM. Hope this is seen by the repo maintainer.