From eda6ecd529d055582eed21e1166d81d262878c7b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 22 Aug 2022 11:58:40 -0400 Subject: [PATCH] Pin to `asyncvnc@main` after upstream fixes We helped drive a bunch of fixes in https://github.com/barneygale/asyncvnc/pull/4 This pins to our forked but matched `main` branch to get those fixes until such a time as upstream makes another release. --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 64dd78c1..93d2aaa2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ # as more graphics stuff gets hashed out. -e git+https://github.com/pikers/pyqtgraph.git@piker_pin#egg=pyqtgraph - # our async client for ``marketstore`` (the tsdb) -e git+https://github.com/pikers/anyio-marketstore.git@master#egg=anyio-marketstore @@ -18,4 +17,4 @@ # ``asyncvnc`` for sending interactions to ib-gw inside docker --e git+https://github.com/pikers/asyncvnc.git@vid_passthrough#egg=asyncvnc +-e git+https://github.com/pikers/asyncvnc.git@main#egg=asyncvnc