From d055bee15a584e77752dee50e3cc1e17ce29e450 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 10 Dec 2018 06:19:34 +0400 Subject: [PATCH] :heavy_plus_sign: Add uvicorn to all dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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", ] -- 2.47.3