This commit is contained in:
2025-06-02 14:53:26 +03:00
parent dc735acfd1
commit 91231b6a53
26 changed files with 4657 additions and 1 deletions

25
pyproject.toml Normal file
View File

@ -0,0 +1,25 @@
[project]
name = "attack-module"
version = "0.1.0"
description = ""
authors = [
{name = "Yuri Dmitriev"}
]
readme = "README.md"
requires-python = ">=3.13,<4.0"
dependencies = [
"python3-nmap (>=1.9.1,<2.0.0)",
"pymetasploit3 (>=1.0.6,<2.0.0)",
"pymodbus (>=3.9.2,<4.0.0)",
"loguru (>=0.7.3,<0.8.0)",
"dbus-python (>=1.4.0,<2.0.0)",
"dearpygui (>=2.0.0,<3.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[virtualenvs]
in-project = true