23 lines
513 B
TOML
23 lines
513 B
TOML
[tool.poetry]
|
|
name = "homecontrol-dash"
|
|
version = "0.1.0"
|
|
description = "dashboard for homecontrol"
|
|
authors = ["Konstantin Koslowski <konstantin.koslowski@gmail.com>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
dash = "^1.9.1"
|
|
dash-daq = "^0.3.3"
|
|
dash-bootstrap-components = "^0.8.3"
|
|
requests = "^2.23.0"
|
|
xdg = "^4.0.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[tool.poetry.scripts]
|
|
hcdash = "homecontrol_dash.hcdash:main"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|