uv: add matrix-nio[e2e] package

This commit is contained in:
coon 2025-11-17 21:58:08 +01:00
parent 3f8b123521
commit a5ee014212
2 changed files with 744 additions and 1 deletions

View file

@ -4,4 +4,6 @@ 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 = []
dependencies = [
"matrix-nio[e2e]>=0.25.2",
]