2021-10-23 16:25:16 +00:00
|
|
|
# we require a pinned dev branch to get some edge features that
|
|
|
|
# are often untested in tractor's CI and/or being tested by us
|
|
|
|
# first before committing as core features in tractor's base.
|
2022-10-03 05:44:50 +00:00
|
|
|
-e git+https://github.com/goodboy/tractor.git@master#egg=tractor
|
2021-12-07 20:11:00 +00:00
|
|
|
|
|
|
|
# `pyqtgraph` peeps keep breaking, fixing, improving so might as well
|
|
|
|
# pin this to a dev branch that we have more control over especially
|
|
|
|
# as more graphics stuff gets hashed out.
|
2022-10-31 19:00:38 +00:00
|
|
|
-e git+https://github.com/pikers/pyqtgraph.git@master#egg=pyqtgraph
|
2022-04-30 17:22:30 +00:00
|
|
|
|
|
|
|
# our async client for ``marketstore`` (the tsdb)
|
|
|
|
-e git+https://github.com/pikers/anyio-marketstore.git@master#egg=anyio-marketstore
|
2022-05-11 17:19:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
# ``trimeter`` for asysnc history fetching
|
|
|
|
-e git+https://github.com/python-trio/trimeter.git@master#egg=trimeter
|
2022-05-24 12:53:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
# ``asyncvnc`` for sending interactions to ib-gw inside docker
|
2022-08-22 15:58:40 +00:00
|
|
|
-e git+https://github.com/pikers/asyncvnc.git@main#egg=asyncvnc
|
2022-06-27 01:38:23 +00:00
|
|
|
|
|
|
|
# ``cryptofeed`` for connecting to various crypto exchanges + custom fixes
|
2022-08-22 14:54:17 +00:00
|
|
|
-e git+https://github.com/pikers/cryptofeed.git@date_parsing#egg=cryptofeed
|