mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
New dependencies: starlette and uvicorn
This commit is contained in:
parent
563fab27cc
commit
2302b76a2e
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -41,6 +41,8 @@ setup(
|
||||||
'hupper==1.0',
|
'hupper==1.0',
|
||||||
'pint==0.8.1',
|
'pint==0.8.1',
|
||||||
'pluggy>=0.1.0,<1.0',
|
'pluggy>=0.1.0,<1.0',
|
||||||
|
'starlette==0.1.14',
|
||||||
|
'uvicorn==0.2.21',
|
||||||
],
|
],
|
||||||
entry_points='''
|
entry_points='''
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue