Expose raylet info to dashboard (#6045)

This commit is contained in:
Philipp Moritz
2019-10-31 17:36:59 -07:00
committed by GitHub
parent c86f945520
commit f7455839bf
3 changed files with 61 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ extras = {
"tabulate"
],
"debug": ["psutil", "setproctitle", "py-spy >= 0.2.0"],
"dashboard": ["aiohttp", "psutil", "setproctitle"],
"dashboard": ["aiohttp", "google", "grpcio", "psutil", "setproctitle"],
"serve": ["uvicorn", "pygments", "werkzeug", "flask", "pandas"],
"tune": ["tabulate"],
}