matrix-greeter-bot/pyproject.toml

9 lines
269 B
TOML

[project]
name = "matrix-greeter-bot"
version = "0.1.0"
description = "Invites a person to announcement channel and gives a welcome message if they join the Matrix space"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"matrix-nio[e2e]>=0.25.2",
]