mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-06-25 15:13:20 +03:00
add missed requirement in setup.py
This commit is contained in:
parent
7b7e2d368b
commit
064d49fdef
1
setup.py
1
setup.py
|
@ -30,6 +30,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Django>=1.5.0',
|
'Django>=1.5.0',
|
||||||
'djangorestframework>=2.3.13',
|
'djangorestframework>=2.3.13',
|
||||||
|
'six>=1.8.0',
|
||||||
],
|
],
|
||||||
test_suite='runtests.runtests',
|
test_suite='runtests.runtests',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user