Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
lizhuang
/
jp-payroll-conversion-tool
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
日本工资明细转换工具
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
Commit
1
Ramo (Branch)
Ramo (Branch):
master
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da 'master'
${ noResults }
jp-payroll-conversion-tool
/
requirements.txt
requirements.txt
77B
Originale
Permalink
Normal View
Cronologia
refactor: 更新代码以使用格式化字符串替代f-string,增强日志记录功能 - 在app.py中,将f-string替换为str.format()以提高兼容性。 - 在config.py中添加日志记录功能,记录加载和保存配置的详细信息。 - 更新build.py以确保在构建过程中正确处理文件路径和依赖项。 - 修改README.md以反映项目的最新功能和安装说明。 - 更新requirements.txt以调整依赖包版本,确保兼容性。
1 settimana fa
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