-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (34 loc) · 820 Bytes
/
pyproject.toml
File metadata and controls
39 lines (34 loc) · 820 Bytes
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
37
38
39
[tool.poetry]
name = "somfyProtect2Mqtt"
version = "2026.3.1"
description = "Somfy Home Alarm Addon"
authors = ["Minims <github@minims.fr>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.12"
aenum = ">=3.1.15"
aiortc = "==1.14.0"
oauthlib = ">=3.2.2"
paho-mqtt = ">=2.1.0"
pillow = ">=11.1.0"
python-ffmpeg-video-streaming = ">=0.1.16"
pytz = ">=2024.2"
pyyaml = ">=6.0.2"
requests-oauthlib = ">=2.0.0"
schedule = ">=1.2.2"
simple-http-server = ">=0.22.3"
urllib3 = ">=2.3.0"
websocket-client = ">=1.8.0"
[tool.poetry.group.dev.dependencies]
black = ">=24.10.0"
pylint = ">=3.3.3"
isort = ">=5.13.2"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 120
[tool.isort]
profile = "black"
line_length = 120