From d954d7a3d5e508b8cfff736952df690d5f9f18a2 Mon Sep 17 00:00:00 2001 From: Fabio <21972160+hipnologo@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:21:11 -0400 Subject: [PATCH] Fix pypandoc issue in requirements.txt (#23) Co-authored-by: Carvalho, Fabio <Fabio_Carvalho@comcast.com> --- collector/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/requirements.txt b/collector/requirements.txt index f1744b68b..de9f30c34 100644 --- a/collector/requirements.txt +++ b/collector/requirements.txt @@ -179,7 +179,7 @@ pyobjc-framework-VideoSubscriberAccount==9.1.1 pyobjc-framework-VideoToolbox==9.1.1 pyobjc-framework-Vision==9.1.1 pyobjc-framework-WebKit==9.1.1 -pypandoc==1.11 +pypandoc==1.4 pyppeteer==1.0.2 pyquery==2.0.0 python-dateutil==2.8.2 -- GitLab