diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index 0dc3553d0..6702e705b 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -4,7 +4,7 @@ docutils six lfdocs-conf sphinxcontrib-blockdiag # BSD -sphinxcontrib-needs +sphinxcontrib-needs<=0.5.6 sphinxcontrib.plantuml sphinxcontrib-nwdiag # BSD sphinxcontrib-seqdiag # BSD @@ -13,3 +13,5 @@ sphinx-rtd-theme autopep8 sphinxcontrib-spelling pylint +# remove this once lfdocs-conf is fixed +funcparserlib>=1.0.0a0 |