mirror of
https://github.com/Mooling0602/MatrixPyBridge-MCDR.git
synced 2026-03-01 13:39:43 +08:00
fix: some background env improve
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user