wirebench / common /pyproject.toml
Anonymous
Initial commit
ec47cae
[project]
name = "wirewatch-benchmark"
version = "0.1.0"
description = "Standardized environment for wirewatch benchmark validation"
requires-python = ">=3.11"
dependencies = [
"pycryptodome>=3.20",
"jsonschema>=4.20",
"cramjam>=2.8",
]
[dependency-groups]
dev = [
"scapy>=2.5",
]