New dependencies: starlette and uvicorn

This commit is contained in:
Simon Willison 2018-07-26 06:10:34 -07:00
commit 2302b76a2e
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -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]