From 3d7791c1c2cc9bcd2695f83bf11c80545fa2f546 Mon Sep 17 00:00:00 2001 From: Caroline Gallagher Date: Fri, 14 Oct 2016 11:25:43 -0400 Subject: [PATCH] Removed nose and unittest from package deps --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 92a6720..18b1f52 100755 --- a/setup.py +++ b/setup.py @@ -13,8 +13,6 @@ license='LICENSE.txt', packages=['hapi', 'hapi.mixins'], install_requires=[ - 'nose==1.1.2', - 'unittest2==0.5.1', 'simplejson>=2.1.2' ], )