mirror of https://github.com/Mai-with-u/MaiBot.git
Add msgpack and zstandard dependencies; implement MMIPKG tool for emoji packaging and unpacking
- Updated requirements.txt to include msgpack and zstandard libraries. - Implemented the MMIPKG tool for exporting and importing registered emojis in MaiBot. - Added functionality for image processing, SHA256 calculation, and database interaction. - Included error handling and user prompts for a better interactive experience.pull/1359/head
parent
e816a4ab4c
commit
874b81c0e6
|
|
@ -26,3 +26,5 @@ toml>=0.10.2
|
||||||
tomlkit>=0.13.3
|
tomlkit>=0.13.3
|
||||||
urllib3>=2.5.0
|
urllib3>=2.5.0
|
||||||
uvicorn>=0.35.0
|
uvicorn>=0.35.0
|
||||||
|
msgpack
|
||||||
|
zstandard
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue