add coverage and bs4

This commit is contained in:
2025-09-09 16:20:39 +02:00
parent 2abad89208
commit aca7042c56
2 changed files with 215 additions and 61 deletions

View File

@@ -6,11 +6,15 @@ authors = [
{name = "Your Name",email = "you@example.com"}
]
readme = "README.md"
requires-python = ">=3.6"
requires-python = ">=3.9"
dependencies = [
"django (==3.0)",
"flake8 (==3.7.0)",
"pytest-django (==3.9.0)"
"pytest-django (==3.9.0)",
"django-pytest (>=0.2.0,<0.3.0)",
"six (>=1.17.0,<2.0.0)",
"pytest-cov (>=6.3.0,<7.0.0)",
"bs4 (>=0.0.2,<0.0.3)",
]