From ed85079d0fba6ac8f4f7e0d77ae813e33067c398 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 11 May 2022 13:19:47 -0400 Subject: [PATCH] Add `trimeter` dep.. that we forgot --- requirements.txt | 4 ++++ setup.py | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 077fe24f..78255d32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,7 @@ # our async client for ``marketstore`` (the tsdb) -e git+https://github.com/pikers/anyio-marketstore.git@master#egg=anyio-marketstore + + +# ``trimeter`` for asysnc history fetching +-e git+https://github.com/python-trio/trimeter.git@master#egg=trimeter diff --git a/setup.py b/setup.py index 71b27d48..17456003 100755 --- a/setup.py +++ b/setup.py @@ -51,10 +51,13 @@ setup( # async 'trio', 'trio-websocket', - # 'tractor', # from github currently 'msgspec', # performant IPC messaging 'async_generator', + # from github currently (see requirements.txt) + # 'trimeter', # not released yet.. + # 'tractor', + # brokers 'asks==2.4.8', 'ib_insync',