21 lines
393 B
TOML
21 lines
393 B
TOML
[tool.poetry]
|
|
name = "modbus-test"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["aarizona <ar.ariz.arizona@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "3.10.12"
|
|
modbus = "^3.2"
|
|
pymodbustcp = "^0.2.2"
|
|
pymodbus = "^3.7.0"
|
|
pymodbus3 = "^1.0.0"
|
|
svgpathtools = "^1.6.1"
|
|
tk = "^0.1.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|