changeset 219:0477186d1cba

Docu: The build of the documentation requires PyYAML and toml. configmix.toml and comfigmix.yaml import the specified packages.
author Franz Glasner <f.glasner@feldmann-mg.com>
date Wed, 08 May 2019 10:18:23 +0200
parents b56586789838
children 2034da70f8fd
files requirements_docu.txt
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/requirements_docu.txt	Wed May 08 10:13:56 2019 +0200
+++ b/requirements_docu.txt	Wed May 08 10:18:23 2019 +0200
@@ -1,3 +1,5 @@
 docutils>=0.14
 Sphinx>=1.7
 changelog>=0.4
+PyYAML>=3
+toml>=0.10