From 4be32a273090871166842e3cf6c684cf077897d7 Mon Sep 17 00:00:00 2001 From: Maksim Rakitin Date: Thu, 7 Oct 2021 12:07:05 -0400 Subject: [PATCH] Add PyYAML and comment out sphinx deps --- requirements.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 58fe41c..0147f03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,9 @@ numpy cython fabio pyFAI -sphinx -sphinxcontrib-programoutput \ No newline at end of file +PyYAML +# Those are optional build dependencies. It's better to create a separate +# `requirements-dev.txt` file and install the sphinx dependencies from it prior +# to the installation. +# sphinx +# sphinxcontrib-programoutput