From 10abdeae41b47c065c2304b8c437a533cc9b28b1 Mon Sep 17 00:00:00 2001 From: Nicholas Cilfone Date: Tue, 14 Dec 2021 14:57:07 -0500 Subject: [PATCH] Update REQUIREMENTS.txt Rollback pyyaml version as it will clash with pydoc-markdown --- REQUIREMENTS.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REQUIREMENTS.txt b/REQUIREMENTS.txt index d9221a2e..9ddec559 100644 --- a/REQUIREMENTS.txt +++ b/REQUIREMENTS.txt @@ -1,5 +1,5 @@ attrs==21.2.0 GitPython==3.1.18 pytomlpp==1.0.3 -pyYAML==6.0 -networkx \ No newline at end of file +pyYAML==5.4.1 +networkx