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
|
|
@ -25,4 +25,6 @@ structlog>=25.4.0
|
|||
toml>=0.10.2
|
||||
tomlkit>=0.13.3
|
||||
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