Add a couple more deps

bar_select
Tyler Goodlet 2020-08-01 22:24:51 -04:00
parent dc919fa676
commit 7a78c3a1c7
1 changed files with 2 additions and 0 deletions

View File

@ -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',