From a2b2de457da0d27020d78cc90dfbe69c27e4c0dc Mon Sep 17 00:00:00 2001 From: rob Date: Fri, 9 Jan 2026 10:57:51 -0400 Subject: [PATCH] Use git+ URLs for ecosystem dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed from file:// to git+ URLs so standalone installs work. File paths only work for local development. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9be3dce..54473db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,9 @@ requires-python = ">=3.10" dependencies = [ "PySide6>=6.4.0", "pyte>=0.8.0", - "orchestrated-discussions[gui] @ file:///home/rob/PycharmProjects/orchestrated-discussions", - "ramble @ file:///home/rob/PycharmProjects/ramble", - "cmdforge @ file:///home/rob/PycharmProjects/CmdForge", + "orchestrated-discussions[gui] @ git+https://gitea.brrd.tech/rob/orchestrated-discussions.git", + "ramble @ git+https://gitea.brrd.tech/rob/ramble.git", + "cmdforge @ git+https://gitea.brrd.tech/rob/CmdForge.git", ] [project.optional-dependencies]