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]