Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mcbeet/beet-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Jun 2, 2024
2 parents 978749a + e5a4d1b commit 4c45f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions docker/runner-default/runner_default/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
def precompile_ast(ctx: Context):
ctx.require(
"bolt",
"bolt_expressions",
"wicked_expressions",
# "bolt_expressions",
# "wicked_expressions",
"mecha",
)

Expand Down

0 comments on commit 4c45f1c

Please sign in to comment.