3
0
Fork 0

feat: add basic support for wutta-continuum

and i mean *basic* - so far..  eventually will expose version history
for viewing etc.

unfortunately got carried away and reorganized the api docs a little
while i was at it..
This commit is contained in:
Lance Edgar 2024-08-27 21:11:44 -05:00
parent 24f5ee1dcc
commit 71728718d8
53 changed files with 308 additions and 76 deletions

View file

@ -42,12 +42,13 @@ dependencies = [
"pyramid_tm",
"waitress",
"WebHelpers2",
"WuttJamaican[db,email]>=0.13.0",
"WuttJamaican[db,email]>=0.13.2",
"zope.sqlalchemy>=1.5",
]
[project.optional-dependencies]
continuum = ["Wutta-Continuum"]
docs = ["Sphinx", "furo"]
tests = ["pytest-cov", "tox"]
@ -60,6 +61,10 @@ main = "wuttaweb.app:main"
wuttaweb = "wuttaweb.app:WebAppProvider"
[project.entry-points."wutta.config.extensions"]
wuttaweb = "wuttaweb.conf:WuttaWebConfigExtension"
[project.urls]
Homepage = "https://wuttaproject.org/"
Repository = "https://forgejo.wuttaproject.org/wutta/wuttaweb"