MqttAccess/pyproject.toml

29 lines
653 B
TOML
Raw Permalink Normal View History

2025-07-14 16:10:38 +08:00
[project]
name = "mqtt-acess"
version = "0.1.0"
description = ""
authors = [
{name = "clinton", email = "clinton_luo@qq.com"}
]
readme = "README.md"
requires-python = ">=3.11,<3.12"
dependencies = [
"PySide6>=6.5,<6.6",
"PySide6-Addons>=6.5,<6.6",
"PySide6-Essentials>=6.5,<6.6",
"shiboken6>=6.5,<6.6",
"paho-mqtt (>=2.1.0,<3.0.0)"
]
[tool.poetry]
packages = [{include = "mqtt_acess", from = "src"}]
[[tool.poetry.source]]
name = "mirrors"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
priority = "supplemental"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"