增加依赖库pandas

This commit is contained in:
xaoyaoo 2024-05-16 19:55:33 +08:00
parent 535c2b6fe8
commit 04bfa916fe

View File

@ -27,6 +27,7 @@ install_requires = [
"blackboxprotobuf",
"lxml",
"flask_cors",
"pandas",
]
setup(