diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-17 17:55:00 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-17 17:55:00 -0600 |
commit | 09e2db3089135a43d17ff1f249c3376bf31fa1ba (patch) | |
tree | 1eb124ee85d67ca3285a86a742c5e3f0efa7d5fd /setup.py | |
parent | 94eb44d61bec3ab922ea3d2ffcc1e14b7eeb450d (diff) | |
download | mediagoblin-09e2db3089135a43d17ff1f249c3376bf31fa1ba.tar.lz mediagoblin-09e2db3089135a43d17ff1f249c3376bf31fa1ba.tar.xz mediagoblin-09e2db3089135a43d17ff1f249c3376bf31fa1ba.zip |
Clean up makefile, make `make docs` / `make info` actually work!
This commit sponsored by Alon Levy! Thank you, for everything!
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |