From d5289d2c4cb40163e99d859d792d7a32851f76df Mon Sep 17 00:00:00 2001 From: Cristian Di Pietrantonio Date: Wed, 19 Apr 2023 14:48:38 +0800 Subject: [PATCH] Update requirements.txt On some systems setuptools (needed by dash-bootstrap-components) is not installed by default. Weirdly enough, it is not installed as dependency of Dash. Signed-off-by: Cristian Di Pietrantonio --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ced0520724..1c28bddd2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,4 @@ tqdm dash-svg dash-bootstrap-components kaleido +setuptools