summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt
index 3bb85f58d..f17b82612 100644
--- a/etc/requirements.txt
+++ b/etc/requirements.txt
@@ -1,6 +1,6 @@
lfdocs-conf
sphinxcontrib-blockdiag # BSD
-sphinxcontrib-needs
+sphinxcontrib-needs<=0.5.6
sphinxcontrib.plantuml
sphinxcontrib-nwdiag # BSD
sphinxcontrib-seqdiag # BSD
@@ -9,3 +9,5 @@ sphinx-rtd-theme
autopep8
sphinxcontrib-spelling
pylint
+# remove this once lfdocs-conf is fixed
+funcparserlib>=1.0.0a0