From fea645423eb92c09626d463339d599fe571bcb67 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 13 Feb 2022 09:53:14 -0500 Subject: [PATCH] Add `anyio-marketstore` as requirements.txt dep --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index 680360b0..e6f244b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,8 @@ # 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 + + +# we own and maintain the async client for `marketstore` in our org +# `anyio_marketstore`: +-e git+git://github.com/pikers/anyio-marketstore.git@master#egg=anyio-marketstore