Missing dependencies for sphinx
1 files changed, 2 insertions(+), 0 deletions(-) M setup.py
M setup.py => setup.py +2 -0
@@ 42,6 42,7 @@ def get_version(): install_requires = [ 'waitress', 'alembic>=0.7.5', 'billiard<3.6.0,>=3.5.0.2', 'python-dateutil', # WTForms removed the "ext" module in 3.0. @@ 'wtforms<3.0', 61,6 62,7 @@ install_requires = [ 'sqlalchemy<1.4.0', 'itsdangerous', 'pytz', 'snowballstemmer>=1.1', 'sphinx', 'sphinxcontrib-applehelp>=1.0.2', 'sphinxcontrib-devhelp>=1.0.2',