Use `tractor`'s updated `piker_pin` branch (again)
Instead of the insignificantly named dev branch from recent `trio` / py3.13 updates work; it makes more sense to keep a dedicated pin (as we have prior) for the moment. Also re-org the masked @goodboy dev-env lines + comments to bottom of file.qt_w_graceful_SIGINT
parent
663bf0c4ea
commit
44b8178809
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue