mirror of
https://github.com/DarrylNixon/drawbridge
synced 2024-04-22 12:17:07 -07:00
Remove scapy dependency
This commit is contained in:
parent
bd85ba82b5
commit
e39b06837e
1 changed files with 1 additions and 6 deletions
|
@ -10,12 +10,7 @@ description = "An nfqueue abstraction module for building security tools"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
license = { text = "GPLv3" }
|
||||
dependencies = [
|
||||
"fnfqueue>=1.1.2",
|
||||
"scapy>=2.5.0",
|
||||
"python-iptables>=1.0.1",
|
||||
"loguru>=0.7.0",
|
||||
]
|
||||
dependencies = ["fnfqueue>=1.1.2", "python-iptables>=1.0.1", "loguru>=0.7.0"]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://github.com/DarrylNixon/drawbridge"
|
||||
|
|
Loading…
Reference in a new issue