mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-25 18:43:44 +03:00
update install_requires in setup.py
This commit is contained in:
parent
064d49fdef
commit
6ef9131060
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ setup(
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Django>=1.5.0',
|
'Django>=1.5.0',
|
||||||
'djangorestframework>=2.3.13',
|
'djangorestframework>=2.3.13, <3.0',
|
||||||
'six>=1.8.0',
|
'six>=1.8.0',
|
||||||
],
|
],
|
||||||
test_suite='runtests.runtests',
|
test_suite='runtests.runtests',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user