From abfb29dfa79a1af97501d2ccd865baf3f98abcbd Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Sat, 13 Dec 2014 11:42:06 -0500 Subject: [PATCH] require colour for tests --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a321aa1..2160077 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,8 @@ extras_require = { 'psycopg2>=2.5.1', 'pytz>=2014.2', 'python-dateutil>=2.2', - 'pymysql' + 'pymysql', + 'colour>=0.0.4' ], 'anyjson': ['anyjson>=0.3.3'], 'babel': ['Babel>=1.3'],