Add `trimeter` dep.. that we forgot

trimeter_dep
Tyler Goodlet 2022-05-11 13:19:47 -04:00
parent 5b540a53e9
commit ed85079d0f
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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',