chore(deps): use py-dactyl from upstream instead of my fork
Some checks are pending
Actions / Lint Code (Ruff & Pylint) (push) Waiting to run
Actions / Build Documentation (MkDocs) (push) Waiting to run

This commit is contained in:
cswimr 2025-02-21 09:54:40 -06:00
parent 346963fd4f
commit 48c6289b2d
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
3 changed files with 78 additions and 75 deletions

View file

@ -9,7 +9,10 @@
"hidden": false,
"disabled": false,
"min_bot_version": "3.5.0",
"min_python_version": [3, 8, 0],
"requirements": ["git+https://github.com/cswimr/pydactyl", "websockets"],
"min_python_version": [3, 10, 0],
"requirements": [
"git+https://github.com/iamkubi/pydactyl@v2.0.5",
"websockets"
],
"tags": ["pterodactyl", "minecraft", "server", "management"]
}