21 lines
401 B
TOML
21 lines
401 B
TOML
[tool.poetry]
|
|
name = "fri-mm-maline"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
license = "GPLv3"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
aiomqtt = "^2.3.0"
|
|
aioserial = "^1.3.1"
|
|
gpiozero = "^2.0.1"
|
|
telnetlib3 = "^2.0.4"
|
|
toml = "^0.10.2"
|
|
smbus2 = "^0.5.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|