with htpy and css

This commit is contained in:
Abel Luck 2026-03-30 12:13:04 +02:00
parent 4b376c54a2
commit 9ce576e7e8
9 changed files with 2217 additions and 17 deletions

View file

@ -19,6 +19,7 @@ dependencies = [
"aiosqlite>=0.21.0,<0.22.0",
"datastar-py>=0.8.0,<0.9.0",
"greenlet>=3.2.4,<4.0.0",
"htpy>=25.12.0,<26.0.0",
"peewee>=3.19.0,<4.0.0",
"pygea @ git+https://guardianproject.dev/anynews/pygea.git",
]
@ -65,6 +66,14 @@ max-line-length = "88"
[tool.pyright]
include = ["repub", "tests"]
exclude = [
"repub/crawl.py",
"repub/exporters.py",
"repub/media.py",
"repub/rss.py",
"repub/spiders",
"repub/srcset.py",
]
pythonVersion = "3.13"
typeCheckingMode = "basic"
reportMissingImports = false