From 0877b01a74b24a0c078ba23eed4b9544e41c4fbb Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Thu, 11 Aug 2011 09:19:43 -0700 Subject: [PATCH] Adding initial documentation on the notebook. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5b128a6df..beb7c1012 100755 --- a/setup.py +++ b/setup.py @@ -219,6 +219,7 @@ if 'setuptools' in sys.modules: zmq = 'pyzmq>=2.1.4', doc = 'Sphinx>=0.3', test = 'nose>=0.10.1', + notebook = 'tornado>=2.0' ) requires = setup_args.setdefault('install_requires', []) setupext.display_status = False