Use git+ URLs for ecosystem dependencies

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 <noreply@anthropic.com>
This commit is contained in:
rob 2026-01-09 10:57:51 -04:00
parent 3ecadb5e16
commit a2b2de457d
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ requires-python = ">=3.10"
dependencies = [ dependencies = [
"PySide6>=6.4.0", "PySide6>=6.4.0",
"pyte>=0.8.0", "pyte>=0.8.0",
"orchestrated-discussions[gui] @ file:///home/rob/PycharmProjects/orchestrated-discussions", "orchestrated-discussions[gui] @ git+https://gitea.brrd.tech/rob/orchestrated-discussions.git",
"ramble @ file:///home/rob/PycharmProjects/ramble", "ramble @ git+https://gitea.brrd.tech/rob/ramble.git",
"cmdforge @ file:///home/rob/PycharmProjects/CmdForge", "cmdforge @ git+https://gitea.brrd.tech/rob/CmdForge.git",
] ]
[project.optional-dependencies] [project.optional-dependencies]