Skip to content

Commit 91c80cb

Browse files
committed
chore: add builtin lxml to root dependencies
1 parent f26d0cf commit 91c80cb

2 files changed

Lines changed: 68 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ description = "Add your description here"
55
readme = "README.md"
66
authors = [{ name = "Rob Brazier", email = "git+github@brzr.co" }]
77
requires-python = ">=3.9"
8-
dependencies = ["pyqt5>=5.15.11"]
8+
dependencies = [
9+
"lxml>=5.4.0",
10+
"pyqt5>=5.15.11",
11+
]
912

1013
[tool.uv.workspace]
1114
members = ["plugins/*", "libs/*"]

uv.lock

Lines changed: 64 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)