From 6324624811d42de9256de78b6ccb2d3554cdf734 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 12 Apr 2022 17:21:39 -0400 Subject: [PATCH] Try https? --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1f139fba..e64267b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ # 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+ssh://git@github.com/goodboy/tractor.git@master#egg=tractor +-e git+https://github.com/goodboy/tractor.git@master#egg=tractor # `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+ssh://git@github.com/pikers/pyqtgraph.git@piker_pin#egg=pyqtgraph +-e git+https://github.com/pikers/pyqtgraph.git@piker_pin#egg=pyqtgraph