We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068abc0 commit c5a4d7bCopy full SHA for c5a4d7b
pyproject.toml
@@ -32,6 +32,7 @@ page-gen = [
32
"jinja2 (>=3.1.0,<4.0.0)",
33
]
34
browser-tests = [
35
+ "jinja2 (>=3.1.0,<4.0.0)",
36
"pytest>=8.3,<9",
37
"playwright>=1.55,<1.56",
38
"pytest_playwright>=0.7.1,<0.8",
@@ -59,12 +60,13 @@ build-backend = "setuptools.build_meta"
59
60
dev = [
61
"mypy==1.18.2",
62
"ruff==0.14.2",
63
+ "scapy (>=2.6.1,<3.0.0)",
64
65
page-gen = [
- "scapy (>=2.6.1,<3.0.0)",
66
67
68
69
70
71
72
0 commit comments