From 07207f6c1571b9975c258e1db299a15482b81a12 Mon Sep 17 00:00:00 2001 From: Apurv Date: Fri, 15 May 2020 00:13:51 +0530 Subject: [PATCH] add uvicorn --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 269b65a..eec8de6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,5 @@ typed-ast==1.4.1 urllib3==1.25.9 yarl==1.4.2 slowapi==0.1.1 -gunicorn==20.0.4 \ No newline at end of file +gunicorn==20.0.4 +uvicorn==0.11.5 \ No newline at end of file