From d5b066402ccb09bdf6cba1a71c23166f69a8e364 Mon Sep 17 00:00:00 2001 From: Robert Davey Date: Thu, 10 Oct 2024 17:16:44 +0100 Subject: [PATCH] Pin plotext to 5.2.8 plotext 5.3 introduced breaking changes against textual-plotext, so needs pinning until textual-plotext is brought in line with function name changes --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 92ab10b..c4679e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,6 @@ requests python-rapidjson PyYaml textual>=0.55.1 +plotext==5.2.8 textual_plotext freqtrade-client