From 71416f57521e410d26f9dc7dfbc15e6d5b239e29 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 30 Apr 2022 13:22:30 -0400 Subject: [PATCH] Add `anyio-marketstore` client as dev dep --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index e64267b9..077fe24f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,7 @@ # 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 + + +# our async client for ``marketstore`` (the tsdb) +-e git+https://github.com/pikers/anyio-marketstore.git@master#egg=anyio-marketstore