Skip to content

Commit 7bfbf48

Browse files
committed
Update pyproject.toml for OT
1 parent 44be74c commit 7bfbf48

File tree

2 files changed

+597
-594
lines changed

2 files changed

+597
-594
lines changed

pkgs/python_ot/main/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.10"
1010

1111
dependencies = [
1212
# Dependency management
13-
"uv ~= 0.6",
13+
"uv ~= 0.7.14",
1414

1515
# Keep sorted
1616
"beautifulsoup4 ~= 4.12",
@@ -92,3 +92,6 @@ extend-exclude = [ "*vendor*" ]
9292
preview = true
9393
explicit-preview-rules = true
9494
extend-select = ["E", "E303", "W391"]
95+
96+
[tool.uv.workspace]
97+
members = ["util/testplantool", "util/testplantool/testplanlib"]

0 commit comments

Comments
 (0)