From 66256d9f151e8e3a5759c75c3f82f7d7f2330fd2 Mon Sep 17 00:00:00 2001 From: Scott Scites Date: Fri, 30 Jan 2015 13:55:18 -0500 Subject: [PATCH] remove nose from the setup.py requirements so that pip install bottle-sslify does not automatically install nose --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5a8093d..f10636a 100755 --- a/setup.py +++ b/setup.py @@ -40,8 +40,7 @@ include_package_data=True, platforms='any', install_requires=[ - 'bottle==0.10.11', - 'nose==1.2.1', + 'bottle==0.10.11' ], classifiers=[ 'Environment :: Web Environment',