9 Commits

Author SHA1 Message Date
muzing
a6b7e323e4 Simplify dependencies
将主要依赖 PySide6 替换为 PySide6-Essentials,显著减少了程序体积;
手动控制 requirements.txt 中的版本约束,使更宽松易满足;
2024-01-05 16:52:41 +08:00
muzing
f3ab71f32c Update supported Python versions
根据 <https://github.com/pyinstaller/pyinstaller/issues/7992#issuecomment-1849304909> ,在 Python 3.12.1中已经可以使用 PyInstaller,故将本项目也恢复对 Python 3.12 的支持;
2023-12-16 10:38:39 +08:00
muzing
04378e5934 Update dev script
增加使用 Poetry 导出 `requirements.txt` 的快捷函数
2023-12-13 16:34:59 +08:00
muzing
7a6d41cc3e Upgrade versions of dev dependencies
Black 22.12->23.11
Ruff 0.1.6->0.1.7
2023-12-09 16:48:00 +08:00
muzing
29c8357b4f Fix typo
补充修正 PySide6 版本信息与 `requirements.txt`
2023-11-11 20:45:28 +08:00
muzing
b7da76a1f7 Usual update
更新README中Copyright信息;
更新开发依赖版本;
2023-02-01 19:18:40 +08:00
muzing
3b8af19575 Upgrade the version of PySide6
更新 PySide6 版本至 `6.4.1`;
添加对 Python 3.11 的支持;
2022-12-03 10:15:11 +08:00
muzing
775529805d Version 0.1.4
项目版本更新至 `0.1.4`;
子进程对话框窗口增加多功能按钮;
初步实现各平台特性功能;
更新与调整依赖项版本,兼容更早的Python版本,同时更新依赖项版本;
优化构建打包,修复文档中缺失图片的问题;
2022-11-17 22:14:25 +08:00
muzing
7a1b1a2bcf Add requirements.txt 2022-09-06 19:45:39 +08:00