mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-06-29 17:13:03 +03:00
move django-allauth and responses from setup.py to test_requirements.pip
This commit is contained in:
parent
989f3fa7af
commit
4c9abe8043
|
@ -17,3 +17,4 @@ script:
|
||||||
- coverage run --source=rest_auth setup.py test
|
- coverage run --source=rest_auth setup.py test
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
install: "pip install -r test_requirements.pip"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -29,9 +29,7 @@ setup(
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Django>=1.5.0',
|
'Django>=1.5.0',
|
||||||
'django-allauth>=0.18.0',
|
|
||||||
'djangorestframework>=2.3.13',
|
'djangorestframework>=2.3.13',
|
||||||
'responses>=0.2.2'
|
|
||||||
],
|
],
|
||||||
test_suite='rest_auth.runtests.runtests',
|
test_suite='rest_auth.runtests.runtests',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
2
test_requirements.pip
Normal file
2
test_requirements.pip
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
django-allauth>=0.18.0
|
||||||
|
responses>=0.2.2
|
Loading…
Reference in New Issue
Block a user