From b7b6c696942dc0d4440140fc726be28e29dac4d8 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 26 Jun 2023 21:40:50 +0200 Subject: [PATCH 1/2] keygen: temporarily specify jinja2 version in requirements.txt It seems that sphinx incorrectly specifies its jinja2 dependency. There is some backward incompatible change in 3.1.x and sphinx fails because of that. Let's temporarily stay with an older version. --- keygen/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keygen/requirements.txt b/keygen/requirements.txt index edd49ddb4..dc4150b8f 100644 --- a/keygen/requirements.txt +++ b/keygen/requirements.txt @@ -5,3 +5,7 @@ mock pytest pytest-cov +# It seems that sphinx incorrectly specifies its jinja2 dependency. +# There is some backward incompatible change in 3.1.x and sphinx fails +# because of that. Let's temporarily stay with an older version. +jinja2==3.0.0 From b86a9d604cf46ad319293cbe69af000bc31cf0c6 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 26 Jun 2023 21:52:38 +0200 Subject: [PATCH 2/2] backend: drop bunch dependency from requirements.txt We use `munch` for a long time now. --- backend/docs/requirements.txt | 1 - backend/requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/backend/docs/requirements.txt b/backend/docs/requirements.txt index 256553801..d51ce4405 100644 --- a/backend/docs/requirements.txt +++ b/backend/docs/requirements.txt @@ -6,7 +6,6 @@ redis mock requests python-daemon -bunch lockfile diff --git a/backend/requirements.txt b/backend/requirements.txt index 83c2886f3..a6e6d7e49 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,6 @@ PyYAML redis retask python-daemon -bunch # documentation sphinx sphinx-argparse