24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
# 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.
|
|
-e git+https://github.com/goodboy/tractor.git@master#egg=tractor
|
|
|
|
# `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.
|
|
-e git+https://github.com/pikers/pyqtgraph.git@master#egg=pyqtgraph
|
|
|
|
# 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
|
|
|
|
|
|
# ``asyncvnc`` for sending interactions to ib-gw inside docker
|
|
-e git+https://github.com/pikers/asyncvnc.git@main#egg=asyncvnc
|
|
|
|
# ``cryptofeed`` for connecting to various crypto exchanges + custom fixes
|
|
-e git+https://github.com/pikers/cryptofeed.git@date_parsing#egg=cryptofeed
|