From fc0a82b450124c78fbb33d85b3dd1defae5bd008 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Fri, 10 Oct 2014 11:01:22 +0200 Subject: Removing test dependencies from setup.py - you have to install them with pip install -r test_requirements.txt --- service/setup.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'service/setup.py') diff --git a/service/setup.py b/service/setup.py index cfa41813..eff0f3b6 100644 --- a/service/setup.py +++ b/service/setup.py @@ -84,15 +84,6 @@ setup(name='pixelated-user-agent', 'gunicorn', 'crochet' ], - tests_require=[ - 'PyHamcrest==1.8.0', - 'behave==1.2.4', - 'selenium==2.42.1', - 'nose', - 'mock', - 'httmock', - 'mockito' - ], entry_points={ 'console_scripts': [ 'pixelated-user-agent = pixelated.user_agent:setup' -- cgit v1.2.3