16 lines
320 B
TOML
16 lines
320 B
TOML
[tool.poetry]
|
|
name = "red-s7-briq-testing"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Pietro Brenna <pietro.brenna@briq.it>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
python-snap7 = "^1.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|