From 2302b76a2e14ca8b857268e1ffcafb9c2080fc80 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 26 Jul 2018 06:10:34 -0700 Subject: [PATCH] New dependencies: starlette and uvicorn --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 4a38faba..2de3a139 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,8 @@ setup( 'hupper==1.0', 'pint==0.8.1', 'pluggy>=0.1.0,<1.0', + 'starlette==0.1.14', + 'uvicorn==0.2.21', ], entry_points=''' [console_scripts]