Merge pull request #318 from pikers/trimeter_dep

Add `trimeter` dep.. that we forgot
no_ib_pps
goodboy 2022-05-11 16:28:29 -04:00 committed by GitHub
commit 21b16b4a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',