Skip to content

Commit c5a4d7b

Browse files
committed
pyproject.toml: move scapy to dev group (only used by corpus to pcap manual script)
1 parent 068abc0 commit c5a4d7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ page-gen = [
3232
"jinja2 (>=3.1.0,<4.0.0)",
3333
]
3434
browser-tests = [
35+
"jinja2 (>=3.1.0,<4.0.0)",
3536
"pytest>=8.3,<9",
3637
"playwright>=1.55,<1.56",
3738
"pytest_playwright>=0.7.1,<0.8",
@@ -59,12 +60,13 @@ build-backend = "setuptools.build_meta"
5960
dev = [
6061
"mypy==1.18.2",
6162
"ruff==0.14.2",
63+
"scapy (>=2.6.1,<3.0.0)",
6264
]
6365
page-gen = [
64-
"scapy (>=2.6.1,<3.0.0)",
6566
"jinja2 (>=3.1.0,<4.0.0)",
6667
]
6768
browser-tests = [
69+
"jinja2 (>=3.1.0,<4.0.0)",
6870
"pytest>=8.3,<9",
6971
"playwright>=1.55,<1.56",
7072
"pytest_playwright>=0.7.1,<0.8",

0 commit comments

Comments
 (0)