New branch for gui development via flutter/flet

This commit is contained in:
Cian Hughes
2023-11-06 09:40:49 +00:00
parent 1f312c89c7
commit faa03e9e05
3 changed files with 861 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ authors = ["Cian Hughes <cian.hughes@dcu.ie>"]
readme = "README.md"
packages = [
{include = "node_deployer", from = "src"},
{include = "node_deployer_gui", from = "src"},
]
[tool.poetry.dependencies]
@@ -27,6 +28,14 @@ pytest = "^7.4.3"
mypy = "^1.6.1"
docker-stubs = {git = "https://github.com/rdozier-work/docker-stubs"}
[tool.poetry.group.gui.dependencies]
flet = "^0.11.0"
[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
[tool.poetry.scripts]
node_deployer = "node_deployer.__main__:main"
debug_node_deployer = "node_deployer.__main__:debug"