mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 21:12:15 +08:00
[Serve] Implement flask_request and named python request (#5849)
* Implement flask_request and named python request * Forgot to include missing files * Address comment * Add flask to requirements for doc (lint failed) * Update doc requirement so lint will build * Install flask in CI * Fix typo in .travis.yml
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ extras = {
|
||||
],
|
||||
"debug": ["psutil", "setproctitle", "py-spy >= 0.2.0"],
|
||||
"dashboard": ["aiohttp", "psutil", "setproctitle"],
|
||||
"serve": ["uvicorn", "pygments", "werkzeug"],
|
||||
"serve": ["uvicorn", "pygments", "werkzeug", "flask"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user