Skip to content

Commit

Permalink
fix: pin textual version to < 0.77 to avoid install errors
Browse files Browse the repository at this point in the history
part of #5
  • Loading branch information
xmatthias committed Aug 24, 2024
1 parent ce155ef commit 392ec70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
'requests',
'python-rapidjson',
'PyYaml',
'textual>=0.55.1',
'textual>=0.55.1,<0.77',
'textual_plotext',
'freqtrade-client',
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ numpy
requests
python-rapidjson
PyYaml
textual>=0.55.1
textual>=0.55.1,<0.77
textual_plotext
freqtrade-client

0 comments on commit 392ec70

Please sign in to comment.