From 5d4929db9c6edb59c77c6b3e6869dab9820c24f3 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 31 Oct 2022 15:00:38 -0400 Subject: [PATCH] Pin to our `pyqtgraph` fork's master branch --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91bb8918..8f573625 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # `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+https://github.com/pikers/pyqtgraph.git@piker_pin#egg=pyqtgraph +-e git+https://github.com/pikers/pyqtgraph.git@master#egg=pyqtgraph # our async client for ``marketstore`` (the tsdb) -e git+https://github.com/pikers/anyio-marketstore.git@master#egg=anyio-marketstore