Skip to content

Commit 5b9035d

Browse files
committed
Remove accidental uv changes
1 parent 6101942 commit 5b9035d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies = [
1313
"semver>=2.0.0,<4.0.0",
1414
"pyjwt>=2.4.0",
1515
"click>=8.0.0",
16-
"rsconnect-python[test]",
1716
"toml>=0.10; python_version < '3.11'"
1817
]
1918

@@ -93,9 +92,3 @@ typeCheckingMode = "strict"
9392
reportPrivateUsage = "none"
9493
reportUnnecessaryIsInstance = "none"
9594
reportUnnecessaryComparison = "none"
96-
97-
[tool.uv.sources]
98-
rsconnect-python = { workspace = true }
99-
100-
[tool.uv.workspace]
101-
members = ["tests/testdata/python-project"]

0 commit comments

Comments
 (0)