File size: 298 Bytes
ec47cae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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",
]