mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Include uvicorn version in /-/versions, refs #622
This commit is contained in:
parent
42ee3e16a9
commit
5bc2570121
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ from pathlib import Path
|
|||
import click
|
||||
from markupsafe import Markup
|
||||
from jinja2 import ChoiceLoader, Environment, FileSystemLoader, PrefixLoader
|
||||
import uvicorn
|
||||
|
||||
from .views.base import DatasetteError, ureg, AsgiRouter
|
||||
from .views.database import DatabaseDownload, DatabaseView
|
||||
|
|
@ -433,6 +434,7 @@ class Datasette:
|
|||
},
|
||||
"datasette": datasette_version,
|
||||
"asgi": "3.0",
|
||||
"uvicorn": uvicorn.__version__,
|
||||
"sqlite": {
|
||||
"version": sqlite_version,
|
||||
"fts_versions": fts_versions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue