30 lines
656 B
TOML
30 lines
656 B
TOML
[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)",
|
|
"pyqt5 (>=5.15.11,<6.0.0)",
|
|
"python-gvm (>=26.2.0,<27.0.0)",
|
|
"reportlab (>=4.4.1,<5.0.0)",
|
|
"pyserial (>=3.5,<4.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[virtualenvs]
|
|
in-project = true
|