From cef85d06df07c96bf4df3162bcba1d82c956f111 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Tue, 12 Nov 2024 07:20:58 -0800 Subject: [PATCH] Add Flask-Caching dependency in order to support caching data and signal lookups server-side --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index f3ab45c..05afdbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ dash dash-ag-grid dash-bootstrap-components dash-bootstrap-templates +Flask-Caching pandas plotly python-dotenv \ No newline at end of file