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 619edeb commit d55a74dCopy full SHA for d55a74d
pyproject.toml
@@ -28,11 +28,11 @@ ci-tests = [
28
"ruff==0.14.2",
29
]
30
page-gen = [
31
- "scapy (>=2.6.1,<3.0.0)",
32
- "jinja2 (>=3.1.0,<4.0.0)",
+ "scapy>=2.6.1,<3.0.0",
+ "jinja2>=3.1.0,<4.0.0",
33
34
browser-tests = [
35
36
"pytest>=8.3,<9",
37
"playwright>=1.55,<1.56",
38
"pytest_playwright>=0.7.1,<0.8",
@@ -60,13 +60,13 @@ build-backend = "setuptools.build_meta"
60
dev = [
61
"mypy==1.18.2",
62
63
64
65
66
67
68
69
70
71
72
0 commit comments