From ed34b0ecd3f4f2fe9e251a92dea5c2e4954ad719 Mon Sep 17 00:00:00 2001 From: Steve Foale Date: Fri, 30 May 2025 10:10:17 +0100 Subject: [PATCH] Use a fixed version from the master branch of flask-profiler. This version has a larger capacity to store elapsed time allowing recording of queries lasting up to 1,000,000 seconds (about 11 days) rather than 100 seconds. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9a3404a..e606deba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,4 +38,4 @@ fsspec adlfs s3fs==0.6.0 markupsafe>=2.1.1 -flask_profiler==1.8.1 +git+https://github.com/muatik/flask-profiler.git@6a36526184ad3a903c2d50b3e208ed276d3404f6 # Fixed version from master