Moved controller source into folder
This commit is contained in:
parent
c1325c0eda
commit
c2d277663f
14 changed files with 148 additions and 124 deletions
24
controller/pyproject.toml
Normal file
24
controller/pyproject.toml
Normal file
|
@ -0,0 +1,24 @@
|
|||
[tool.poetry]
|
||||
name = "fri-mm-maline"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
license = "GPLv3"
|
||||
readme = "README.md"
|
||||
package-mode = false
|
||||
|
||||
[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"
|
||||
aiohttp = "^3.12.13"
|
||||
multidict = "^6.6.4"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
Add table
Add a link
Reference in a new issue