You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 

19 lines
230 B

# 数据处理
pandas==1.3.5
numpy==1.21.6
# 日志记录
loguru==0.7.0
# 字符串匹配
fuzzywuzzy==0.18.0
python-Levenshtein==0.21.1
# 配置文件
pyyaml==6.0.1
# 进度条
tqdm==4.65.0
# 打包工具
pyinstaller==5.13.0