-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
pyproject.toml
36 lines (31 loc) · 823 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[tool.poetry]
name = "rct-power"
version = "0.13.1"
description = ""
authors = ["Felix Stürmer <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
async_timeout = "^4.0.0"
homeassistant = "^2024.1.3"
python = ">=3.11,<3.13"
rctclient = "^0.0.3"
[tool.poetry.group.dev.dependencies]
black = "^23.12.1"
flake8 = "^7.0.0"
homeassistant-stubs = "^2024.1.3"
pre-commit = "^3.6.2"
pytest = "^7.4.3"
pytest-emoji = "^0.2.0"
pytest-homeassistant-custom-component = "^0.13.89"
pytest-md = "^0.2.0"
reorder-python-imports = "^3.12.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pyright]
typeCheckingMode = "strict"
reportMissingTypeStubs = "none"
reportImportCycles = "warning"
useLibraryCodeForTypes = true
[tool.pytest.ini_options]
asyncio_mode = "auto"