Skip to content

Commit

Permalink
chore: remove beet-plugins until it's updated for 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Dec 6, 2023
1 parent 7747413 commit 4dbe57d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker/runner-default/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ bolt = "*"
bolt-expressions = "*"
minecraft-text-components = "*"
wicked-expressions = "*"
beet-plugins = { git = "https://github.com/TheWii/beet-plugins.git" }

[tool.poetry.dev-dependencies]

Expand Down
1 change: 0 additions & 1 deletion docker/runner-default/runner_default/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ def precompile_ast(ctx: Context):
ctx.require(
"bolt",
"bolt_expressions",
"beet_plugins.utils",
"wicked_expressions",
"mecha",
)
Expand Down

0 comments on commit 4dbe57d

Please sign in to comment.