2021-10-23 16:25:16 +00:00
|
|
|
# we require a pinned dev branch to get some edge features that
|
|
|
|
# are often untested in tractor's CI and/or being tested by us
|
|
|
|
# first before committing as core features in tractor's base.
|
|
|
|
-e git+git://github.com/goodboy/tractor.git@piker_pin#egg=tractor
|
2021-12-07 20:11:00 +00:00
|
|
|
|
|
|
|
# `pyqtgraph` peeps keep breaking, fixing, improving so might as well
|
|
|
|
# pin this to a dev branch that we have more control over especially
|
|
|
|
# as more graphics stuff gets hashed out.
|
|
|
|
-e git+git://github.com/pikers/pyqtgraph.git@piker_pin#egg=pyqtgraph
|