[serving] Update dependencies

This commit is contained in:
Julien Chaumond
2020-01-27 19:58:00 -05:00
parent 9ca21c838b
commit 5004d5af42
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ extras["sklearn"] = ["scikit-learn"]
extras["tf"] = ["tensorflow"]
extras["torch"] = ["torch"]
extras["serving"] = ["pydantic", "uvicorn", "fastapi"]
extras["serving"] = ["pydantic", "uvicorn", "fastapi", "starlette"]
extras["all"] = extras["serving"] + ["tensorflow", "torch"]
extras["testing"] = ["pytest", "pytest-xdist"]