diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-17 21:55:28 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-17 22:31:50 +0900 |
commit | 1ca210aab1b6218916960d2cde44d7efceff2548 (patch) | |
tree | 23970a2995898f21907d50133b414d205119253d /setup.py | |
parent | 527e95540538f5896a0236647d13a6e281144c4b (diff) | |
download | sphinx-git-1ca210aab1b6218916960d2cde44d7efceff2548.tar.gz |
Separate json and pickle to sphinxcontrib package
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ install_requires = [ 'sphinxcontrib-devhelp', 'sphinxcontrib-jsmath', 'sphinxcontrib-htmlhelp', + 'sphinxcontrib-serializinghtml', 'sphinxcontrib-qthelp', 'Jinja2>=2.3', 'Pygments>=2.0', |