We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6101942 commit 5b9035dCopy full SHA for 5b9035d
pyproject.toml
@@ -13,7 +13,6 @@ dependencies = [
13
"semver>=2.0.0,<4.0.0",
14
"pyjwt>=2.4.0",
15
"click>=8.0.0",
16
- "rsconnect-python[test]",
17
"toml>=0.10; python_version < '3.11'"
18
]
19
@@ -93,9 +92,3 @@ typeCheckingMode = "strict"
93
92
reportPrivateUsage = "none"
94
reportUnnecessaryIsInstance = "none"
95
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