You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
picoclaw-xmp/pyproject.toml

12 lines
261 B

[project]
name = "f3-picoclaw-xmpp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"aiohttp>=3.14.3",
"paho-mqtt>=2.1.0",
"python-dotenv>=1.2.2",
"slixmpp>=1.12.0",
]