17 lines
319 B
TOML
17 lines
319 B
TOML
|
[tool.poetry]
|
||
|
name = "spiri-sdk-guitools"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Alex Davies <traverse.da@gmail.com>"]
|
||
|
readme = "README.md"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.11"
|
||
|
nicegui = "^2.5.0"
|
||
|
pywebview = "^5.3.2"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|