[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:
Simon Mo
2019-10-06 15:12:30 -07:00
committed by GitHub
parent b99cdf4e39
commit e8570874b6
21 changed files with 345 additions and 168 deletions
+1 -1
View File
@@ -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"],
}