cdriehuys / django-rest-email-auth

Django app to handle authentication and registration by email.
https://pypi.python.org/pypi/django-rest-email-auth/
MIT License
13 stars 5 forks source link

Loosen dependency on django version #97

Closed eshaan7 closed 1 year ago

eshaan7 commented 2 years ago

https://github.com/cdriehuys/django-rest-email-auth/blob/9310b68cf24b6bf16cd0177d6b19ab0470382244/setup.py#L41

IMHO, it should be changed to django >= 2.2, < 4.0 given the new django release.