This website works better with JavaScript.
Home
Explore
Help
Sign In
lizhuang
/
jp-payroll-conversion-tool
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
日本工资明细转换工具
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.
6
Commits
1
Branch
Tree:
17e75cb6e7
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '17e75cb6e7'
${ noResults }
jp-payroll-conversion-tool
/
requirements.txt
requirements.txt
77B
Raw
Normal View
History
refactor: 更新代码以使用格式化字符串替代f-string,增强日志记录功能 - 在app.py中,将f-string替换为str.format()以提高兼容性。 - 在config.py中添加日志记录功能,记录加载和保存配置的详细信息。 - 更新build.py以确保在构建过程中正确处理文件路径和依赖项。 - 修改README.md以反映项目的最新功能和安装说明。 - 更新requirements.txt以调整依赖包版本,确保兼容性。
1 week ago
1
2
3
4
5
openpyxl>=3.0.0
pandas>=1.0.0
xlrd>=1.0.0
xlwings>=0.20.0
pyinstaller>=4.0.0