2024-11-05 10:29:34 -04:00
|
|
|
[tool.poetry]
|
2024-11-05 14:49:32 -04:00
|
|
|
name = "spiri_sdk_guitools"
|
2024-11-05 10:29:34 -04:00
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
2024-11-05 14:49:32 -04:00
|
|
|
authors = ["Spiri Robotics"]
|
2024-11-05 10:29:34 -04:00
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.11"
|
|
|
|
nicegui = "^2.5.0"
|
|
|
|
pywebview = "^5.3.2"
|
2024-11-05 14:49:32 -04:00
|
|
|
loguru = "^0.7.2"
|
2024-11-05 10:29:34 -04:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|
2024-11-05 14:49:32 -04:00
|
|
|
|