diff --git a/setup.py b/setup.py index 66208cea..fcd812e8 100755 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ setup( # async 'trio', + 'trio-websocket', # 'tractor', # from github currently 'async_generator', @@ -69,6 +70,7 @@ setup( # UI 'PyQt5', 'pyqtgraph', + 'qdarkstyle', # tsdbs 'pymarketstore',