v 0.1
This commit is contained in:
25
pyproject.toml
Normal file
25
pyproject.toml
Normal 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
|
Reference in New Issue
Block a user