mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 05:43:44 +03:00
At install_requires, changed the versions of Django and djangorestframework to 2.0 and 3.7.0 respectively as path() wasn't introduced before it
This commit is contained in:
parent
a67cdb5a52
commit
854834a8cf
4
setup.py
4
setup.py
|
@ -27,8 +27,8 @@ setup(
|
|||
keywords='django rest auth registration rest-framework django-registration api',
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
'Django>=1.11',
|
||||
'djangorestframework>=3.1.3',
|
||||
'Django>=2.0',
|
||||
'djangorestframework>=3.7.0',
|
||||
],
|
||||
extras_require={
|
||||
'with_social': ['django-allauth>=0.25.0'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user