diff options
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', |