]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:heavy_plus_sign: Add uvicorn to all dependencies
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 10 Dec 2018 02:19:34 +0000 (06:19 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 10 Dec 2018 03:59:18 +0000 (07:59 +0400)
pyproject.toml

index a7d87bc410bb7f5da4a3fa56a1db132ee8b7a868..991444fb59770a6dc3189f95aea0056159e50281 100644 (file)
@@ -43,4 +43,5 @@ all = [
     "ujson",
     "ujson",
     "email_validator",
+    "uvicorn",
 ]