Upgrade to starlette==0.1.15

Fixes this bug: https://github.com/encode/starlette/issues/32
This commit is contained in:
Simon Willison 2018-07-26 06:50:51 -07:00
commit f1c3cc362d
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -41,7 +41,7 @@ setup(
'hupper==1.0',
'pint==0.8.1',
'pluggy>=0.1.0,<1.0',
'starlette==0.1.14',
'starlette==0.1.15',
'uvicorn==0.2.21',
],
entry_points='''