mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Port Datasette from Sanic to ASGI + Uvicorn (#518)
Datasette now uses ASGI internally, and no longer depends on Sanic. It now uses Uvicorn as the underlying HTTP server. This was thirteen months in the making... for full details see the issue: https://github.com/simonw/datasette/issues/272 And for a full sequence of commits plus commentary, see the pull request: https://github.com/simonw/datasette/pull/518
This commit is contained in:
parent
35429f9089
commit
ba8db9679f
19 changed files with 1510 additions and 947 deletions
|
|
@ -4,7 +4,5 @@ filterwarnings=
|
|||
ignore:Using or importing the ABCs::jinja2
|
||||
# https://bugs.launchpad.net/beautifulsoup/+bug/1778909
|
||||
ignore:Using or importing the ABCs::bs4.element
|
||||
# Sanic verify_ssl=True
|
||||
ignore:verify_ssl is deprecated::sanic
|
||||
# Python 3.7 PendingDeprecationWarning: Task.current_task()
|
||||
ignore:.*current_task.*:PendingDeprecationWarning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue