remove stuff that is only needed for development from setup.py
when doing development, just use requirements/dev.txt
This commit is contained in:
parent
fd93535abb
commit
7bbb9b6c7d
6
setup.py
6
setup.py
@ -59,12 +59,6 @@ setup(
|
|||||||
'django-extensions',
|
'django-extensions',
|
||||||
'python-social-auth',
|
'python-social-auth',
|
||||||
'requests', # for our ddns_client
|
'requests', # for our ddns_client
|
||||||
# packages only needed for development:
|
|
||||||
'django-debug-toolbar',
|
|
||||||
'pytest',
|
|
||||||
'pytest-django',
|
|
||||||
'pytest-pep8',
|
|
||||||
'sphinx',
|
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user