Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
lizhuang
/
jp-payroll-conversion-tool
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
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
Commitit
1
Haara
Puu:
17e75cb6e7
master
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '17e75cb6e7'
${ noResults }
jp-payroll-conversion-tool
/
requirements.txt
requirements.txt
77B
Raaka
Normal View
Historia
refactor: 更新代码以使用格式化字符串替代f-string,增强日志记录功能 - 在app.py中,将f-string替换为str.format()以提高兼容性。 - 在config.py中添加日志记录功能,记录加载和保存配置的详细信息。 - 更新build.py以确保在构建过程中正确处理文件路径和依赖项。 - 修改README.md以反映项目的最新功能和安装说明。 - 更新requirements.txt以调整依赖包版本,确保兼容性。
1 viikko sitten
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