From: Sebastián Ramírez Date: Mon, 10 Dec 2018 02:19:34 +0000 (+0400) Subject: :heavy_plus_sign: Add uvicorn to all dependencies X-Git-Tag: 0.1.11~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d055bee15a584e77752dee50e3cc1e17ce29e450;p=thirdparty%2Ffastapi%2Ffastapi.git :heavy_plus_sign: Add uvicorn to all dependencies --- diff --git a/pyproject.toml b/pyproject.toml index a7d87bc410..991444fb59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,4 +43,5 @@ all = [ "ujson", "ujson", "email_validator", + "uvicorn", ]