remove stuff that is only needed for development from setup.py

when doing development, just use requirements/dev.txt
This commit is contained in:
Thomas Waldmann 2014-08-27 18:01:08 +02:00
parent fd93535abb
commit 7bbb9b6c7d

View File

@ -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',