diff --git a/pyproject.toml b/pyproject.toml index 3475dfc6..8ad856c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,6 +142,9 @@ asyncvnc = { git = "https://github.com/pikers/asyncvnc.git", branch = "main" } tomlkit = { git = "https://github.com/pikers/tomlkit.git", branch ="piker_pin" } # XXX since, we're like, always hacking new shite all-the-time. Bp -tractor = { git = "https://pikers.dev/goodboy/tractor", branch = "piker_pin" } +tractor = { git = "https://github.com/goodboy/tractor.git", branch ="piker_pin" } +# tractor = { git = "https://pikers.dev/goodboy/tractor", branch = "piker_pin" } # tractor = { git = "https://pikers.dev/goodboy/tractor", branch = "main" } +# ------ goodboy ------ +# hackin dev-envs, usually there's something new he's hackin in.. # tractor = { path = "../tractor", editable = true }