更新v2.3.0,添加合并数据库功能

This commit is contained in:
xaoyaoo 2023-12-06 13:50:14 +08:00
parent 81f7042244
commit 51b7a6b414

View File

@ -16,6 +16,8 @@ install_requires = [
"pillow",
"pyahocorasick",
"flask",
"lz4",
"blackboxprotobuf",
]
setup(