This website works better with JavaScript.
홈
탐색
도움말
로그인
lizhuang
/
jp-payroll-conversion-tool
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
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
커밋
1
브렌치
트리:
17e75cb6e7
master
브랜치
태그
${ item.name }
Create branch
${ searchTerm }
from '17e75cb6e7'
${ noResults }
jp-payroll-conversion-tool
/
requirements.txt
requirements.txt
77B
Raw
Normal View
히스토리
refactor: 更新代码以使用格式化字符串替代f-string,增强日志记录功能 - 在app.py中,将f-string替换为str.format()以提高兼容性。 - 在config.py中添加日志记录功能,记录加载和保存配置的详细信息。 - 更新build.py以确保在构建过程中正确处理文件路径和依赖项。 - 修改README.md以反映项目的最新功能和安装说明。 - 更新requirements.txt以调整依赖包版本,确保兼容性。
1 주 전
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