Skip to content

Commit 7415ae2

Browse files
authored
Update pyproject.toml
Fix dependencies
1 parent 55a240e commit 7415ae2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ dependencies = [
3535
'requests',
3636
'python-rapidjson',
3737
'PyYaml',
38-
'textual>=0.55.1',
39-
'textual_plotext',
38+
'textual==0.85.0',
39+
'plotext==5.2.8',
40+
'textual_plotext==0.2.1',
4041
'freqtrade-client',
4142
]
4243

0 commit comments

Comments
 (0)