[Serve] Refactor RequestMetadata and Query objects (#10483)

This commit is contained in:
Simon Mo
2020-09-01 18:15:31 -07:00
committed by GitHub
parent 3b10b67a15
commit 65f17f2e14
11 changed files with 67 additions and 136 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ if os.getenv("RAY_USE_NEW_GCS") == "on":
# in this directory
extras = {
"debug": [],
"serve": ["uvicorn", "flask", "requests"],
"serve": ["uvicorn", "flask", "requests", "dataclasses"],
"tune": ["tabulate", "tensorboardX", "pandas"]
}