Add a couple more deps
parent
dc919fa676
commit
7a78c3a1c7
2
setup.py
2
setup.py
|
@ -52,6 +52,7 @@ setup(
|
||||||
|
|
||||||
# async
|
# async
|
||||||
'trio',
|
'trio',
|
||||||
|
'trio-websocket',
|
||||||
# 'tractor', # from github currently
|
# 'tractor', # from github currently
|
||||||
'async_generator',
|
'async_generator',
|
||||||
|
|
||||||
|
@ -69,6 +70,7 @@ setup(
|
||||||
# UI
|
# UI
|
||||||
'PyQt5',
|
'PyQt5',
|
||||||
'pyqtgraph',
|
'pyqtgraph',
|
||||||
|
'qdarkstyle',
|
||||||
|
|
||||||
# tsdbs
|
# tsdbs
|
||||||
'pymarketstore',
|
'pymarketstore',
|
||||||
|
|
Loading…
Reference in New Issue