mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade to starlette==0.1.15
Fixes this bug: https://github.com/encode/starlette/issues/32
This commit is contained in:
parent
2302b76a2e
commit
f1c3cc362d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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='''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue