From ea3802526d857e8c960b30bfd2d8e9c6333c3303 Mon Sep 17 00:00:00 2001 From: Ross <17883828+rosscg@users.noreply.github.com> Date: Wed, 11 May 2022 18:28:30 +0100 Subject: [PATCH] set dash-bootstrap-components version (#392) dash-bootstrap-components v1 requires dash 2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8579f99..f1fc96d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ dash-renderer plotly dpd-components -dash-bootstrap-components +dash-bootstrap-components<1 channels<3.0 Django>=2.2,<4.0.0 -- GitLab