Stop using unecrypted git prot for edit deps

no_git_prot_w_pip
Tyler Goodlet 2022-04-12 16:58:45 -04:00
parent 253cbf901c
commit 289a69bf41
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# we require a pinned dev branch to get some edge features that # 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 # are often untested in tractor's CI and/or being tested by us
# first before committing as core features in tractor's base. # first before committing as core features in tractor's base.
-e git+git://github.com/goodboy/tractor.git@master#egg=tractor -e git+ssh://git@github.com/goodboy/tractor.git@master#egg=tractor
# `pyqtgraph` peeps keep breaking, fixing, improving so might as well # `pyqtgraph` peeps keep breaking, fixing, improving so might as well
# pin this to a dev branch that we have more control over especially # pin this to a dev branch that we have more control over especially
# as more graphics stuff gets hashed out. # as more graphics stuff gets hashed out.
-e git+git://github.com/pikers/pyqtgraph.git@piker_pin#egg=pyqtgraph -e git+ssh://git@github.com/pikers/pyqtgraph.git@piker_pin#egg=pyqtgraph