From 92051e2b537a68f193f1fe19612c98ab8aa7df71 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Thu, 17 Nov 2011 14:30:17 -0500 Subject: Require nose and sphinx for testing and documentation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69eb213..e0932bf 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( setup_requires = ['pyublas'], install_requires = ['uncertainties','pyzmq-static','spnav', 'pycuda', - 'numpy', 'pygame'], + 'numpy', 'pygame', 'nose', 'sphinx'], test_suite = 'nose.collector', ) -- cgit