Skip to content

Commit fdbb811

Browse files
shepardxiaclaude
andcommitted
fix: use git URL for clautify dependency (CI fix)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a967b0e commit fdbb811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
]
1919

2020
[tool.uv.sources]
21-
clautify = { path = "../clautify", editable = true }
21+
clautify = { git = "https://github.com/shepardxia/clautify.git" }
2222

2323
[project.scripts]
2424
clarvis = "clarvis.server:main"

0 commit comments

Comments
 (0)