We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b7d03 commit da4c325Copy full SHA for da4c325
1 file changed
pyproject.toml
@@ -86,8 +86,8 @@ default-groups = [
86
]
87
88
[tool.uv.sources]
89
-nexus-rpc = { path = "../nexus-sdk-python", editable = true }
90
-temporalio = { path = "../sdk-python", editable = true }
+nexus-rpc = { git = "https://github.com/nexus-rpc/sdk-python", branch = "v0" }
+temporalio = { git = "https://github.com/temporalio/sdk-python", branch = "nexus" }
91
92
[tool.hatch.build.targets.sdist]
93
include = ["./**/*.py"]
0 commit comments