Add `trimeter` dep.. that we forgot
parent
5b540a53e9
commit
ed85079d0f
|
@ -11,3 +11,7 @@
|
||||||
|
|
||||||
# our async client for ``marketstore`` (the tsdb)
|
# our async client for ``marketstore`` (the tsdb)
|
||||||
-e git+https://github.com/pikers/anyio-marketstore.git@master#egg=anyio-marketstore
|
-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
|
||||||
|
|
5
setup.py
5
setup.py
|
@ -51,10 +51,13 @@ setup(
|
||||||
# async
|
# async
|
||||||
'trio',
|
'trio',
|
||||||
'trio-websocket',
|
'trio-websocket',
|
||||||
# 'tractor', # from github currently
|
|
||||||
'msgspec', # performant IPC messaging
|
'msgspec', # performant IPC messaging
|
||||||
'async_generator',
|
'async_generator',
|
||||||
|
|
||||||
|
# from github currently (see requirements.txt)
|
||||||
|
# 'trimeter', # not released yet..
|
||||||
|
# 'tractor',
|
||||||
|
|
||||||
# brokers
|
# brokers
|
||||||
'asks==2.4.8',
|
'asks==2.4.8',
|
||||||
'ib_insync',
|
'ib_insync',
|
||||||
|
|
Loading…
Reference in New Issue