From 09e2db3089135a43d17ff1f249c3376bf31fa1ba Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 17 Feb 2015 17:55:00 -0600 Subject: Clean up makefile, make `make docs` / `make info` actually work! This commit sponsored by Alon Levy! Thank you, for everything! --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 624aa409..f99ff1d7 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,7 @@ install_requires = [ 'sqlalchemy<0.9.0, >0.8.0', 'itsdangerous', 'pytz', + 'sphinx', # PLEASE change this when we can; a dependency is forcing us to set this # specific number and it is breaking setup.py develop 'six==1.5.2', -- cgit v1.2.3