Documentation improvements

This commit is contained in:
Jack Kingsman
2026-04-17 00:38:50 -07:00
parent 6f00e857c2
commit 71da6841c1
6 changed files with 32 additions and 34 deletions
-8
View File
@@ -19,14 +19,6 @@ dependencies = [
"pywebpush>=0.14.0",
]
[project.optional-dependencies]
test = [
"pytest>=8.0.0",
"pytest-asyncio>=0.24.0",
"pytest-xdist>=3.0",
"httpx>=0.27.0",
]
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]