更新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

@ -12,3 +12,4 @@ flask
pyahocorasick
blackboxprotobuf
lz4
lxml

View File

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