mirror of
https://github.com/Mooling0602/MatrixPyBridge-MCDR.git
synced 2026-03-01 13:39:43 +08:00
11 lines
269 B
TOML
11 lines
269 B
TOML
[project]
|
|
name = "matrixpybridge"
|
|
version = "0.0.1"
|
|
description = "A python plugin to sync messages between Minecraft server and matrix chat rooms."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"matrix-nio>=0.25.2",
|
|
"mcdreforged>=2.15.2",
|
|
]
|