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.
|
[project]
|
|
name = "f3-picoclaw-xmpp"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"python-dotenv>=1.2.2",
|
|
"slixmpp>=1.12.0",
|
|
"websockets>=16.0",
|
|
]
|
|
|