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

This commit is contained in:
xaoyaoo 2023-12-06 13:55:40 +08:00
parent 89675b2922
commit 9a36b894d3
2 changed files with 3 additions and 1 deletions

View File

@ -11,4 +11,5 @@ pillow
flask flask
pyahocorasick pyahocorasick
blackboxprotobuf blackboxprotobuf
lz4 lz4
lxml

View File

@ -18,6 +18,7 @@ install_requires = [
"flask", "flask",
"lz4", "lz4",
"blackboxprotobuf", "blackboxprotobuf",
"lxml"
] ]
setup( setup(