Skip to content

Commit

Permalink
chore: add rich to default runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier authored Jan 24, 2024
1 parent 4dbe57d commit 155498e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/runner-default/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ description = "Default runner environment for the beet bot."
authors = ["Valentin Berlier <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
Pillow = "*"
rich = "*"
beet = "*"
lectern = "*"
mecha = "*"
Expand Down

0 comments on commit 155498e

Please sign in to comment.