Use `../tractor` srcs in editable mode?

kucoin_and_binance_fix
Tyler Goodlet 2025-02-12 15:14:30 -05:00
parent cb88dfc9da
commit e0fdabf651
1 changed files with 1 additions and 1 deletions

View File

@ -144,4 +144,4 @@ pyqtgraph = { git = "https://github.com/pikers/pyqtgraph.git" }
asyncvnc = { git = "https://github.com/pikers/asyncvnc.git", branch = "main" }
tomlkit = { git = "https://github.com/pikers/tomlkit.git", branch ="piker_pin" }
msgspec = { git = "https://github.com/jcrist/msgspec.git" }
tractor = { path = "../tractor" }
tractor = { path = "../tractor", editable = true }