feat: add support for running via uvicorn; wutta webapp
command
This commit is contained in:
parent
3fabc0a141
commit
b6d5ffa8ce
13 changed files with 408 additions and 28 deletions
|
@ -50,25 +50,25 @@ dependencies = [
|
|||
|
||||
[project.optional-dependencies]
|
||||
continuum = ["Wutta-Continuum"]
|
||||
docs = ["Sphinx", "furo"]
|
||||
docs = ["Sphinx", "furo", "sphinxcontrib-programoutput"]
|
||||
tests = ["pytest-cov", "tox"]
|
||||
|
||||
|
||||
[project.entry-points."fanstatic.libraries"]
|
||||
wuttaweb_img = "wuttaweb.static:img"
|
||||
|
||||
|
||||
[project.entry-points."paste.app_factory"]
|
||||
main = "wuttaweb.app:main"
|
||||
|
||||
|
||||
[project.entry-points."wutta.app.providers"]
|
||||
wuttaweb = "wuttaweb.app:WebAppProvider"
|
||||
|
||||
|
||||
[project.entry-points."wutta.config.extensions"]
|
||||
wuttaweb = "wuttaweb.conf:WuttaWebConfigExtension"
|
||||
|
||||
[project.entry-points."wutta.typer_imports"]
|
||||
wuttaweb = "wuttaweb.cli"
|
||||
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://wuttaproject.org/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue