From 16b29dab791a52fef83ee024a7827e934545554e Mon Sep 17 00:00:00 2001 From: Matthias Saimpert Date: Tue, 14 Jan 2025 16:48:45 +0100 Subject: [PATCH 1/2] fix itkdb cache waiting for a new itkdb release (cherry picked from commit 6f2f9112f7e6689f0408bc6a80ceafeb939fc852) Co-authored-by: Matthias Saimpert --- setting/requirements-pip.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/setting/requirements-pip.txt b/setting/requirements-pip.txt index 043234da9..143652a3b 100644 --- a/setting/requirements-pip.txt +++ b/setting/requirements-pip.txt @@ -6,6 +6,7 @@ Flask-HTTPAuth Flask-Mail Flask-PyMongo == 2.3.0 Flask-Session +cachecontrol==0.14.1 influxdb itkdb[eos] >= 0.6.12 json2html -- GitLab From a181cb82deadbb7a9d16d33d778f066166795665 Mon Sep 17 00:00:00 2001 From: Matthias Saimpert Date: Tue, 14 Jan 2025 16:50:25 +0100 Subject: [PATCH 2/2] fix precommit (cherry picked from commit 8a08a9dce7d3b3628b56f70c9ae6811f80adcd51) Co-authored-by: Matthias Saimpert --- setting/requirements-pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting/requirements-pip.txt b/setting/requirements-pip.txt index 143652a3b..174050c2b 100644 --- a/setting/requirements-pip.txt +++ b/setting/requirements-pip.txt @@ -1,12 +1,12 @@ arguments arrow +cachecontrol==0.14.1 filetype Flask Flask-HTTPAuth Flask-Mail Flask-PyMongo == 2.3.0 Flask-Session -cachecontrol==0.14.1 influxdb itkdb[eos] >= 0.6.12 json2html -- GitLab