Basic Example, does nothing
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[tool.poetry]
|
||||
name = "hass-oidc"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Christiaan Goossens <contact@christiaangoossens.nl>"]
|
||||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "3.10.*"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
homeassistant = "^2022.11.4"
|
||||
pylint = "^2.15.6"
|
||||
Reference in New Issue
Block a user