From 7bbb9b6c7d0b3b0279a886c3fe936e80cc109301 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 27 Aug 2014 18:01:08 +0200 Subject: [PATCH] remove stuff that is only needed for development from setup.py when doing development, just use requirements/dev.txt --- setup.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.py b/setup.py index c295436..ba6a874 100644 --- a/setup.py +++ b/setup.py @@ -59,12 +59,6 @@ setup( 'django-extensions', 'python-social-auth', 'requests', # for our ddns_client - # packages only needed for development: - 'django-debug-toolbar', - 'pytest', - 'pytest-django', - 'pytest-pep8', - 'sphinx', ], classifiers=[ 'Development Status :: 5 - Production/Stable',