Update requirements
This commit is contained in:
parent
c150b2babd
commit
f4dc9af2ee
2 changed files with 3 additions and 16 deletions
|
@ -1,18 +1,4 @@
|
||||||
sphinxcontrib-bibtex
|
Sphinx
|
||||||
pybtex-apa-style
|
|
||||||
sphinxcontrib-actdiag
|
|
||||||
sphinxcontrib-blockdiag
|
|
||||||
sphinxcontrib-nwdiag
|
|
||||||
sphinxcontrib-seqdiag
|
|
||||||
sphinx-issues
|
|
||||||
sphinx-sitemap
|
|
||||||
sphinxemoji
|
|
||||||
sphinx-git
|
|
||||||
sphinxcontrib-bibtex
|
|
||||||
sphinxcontrib-images
|
|
||||||
reportlab
|
reportlab
|
||||||
ablog
|
|
||||||
babel-vue-extractor
|
|
||||||
#sphinx-storymaker
|
|
||||||
#sphinx_nervproject_theme
|
|
||||||
sphinx-fasvg
|
sphinx-fasvg
|
||||||
|
ablog
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -59,6 +59,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"sphinx>=3.0.0",
|
"sphinx>=3.0.0",
|
||||||
"reportlab",
|
"reportlab",
|
||||||
|
"ablog",
|
||||||
"sphinx-fasvg"
|
"sphinx-fasvg"
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Reference in a new issue