linovelib2epub
linovelib2epub copied to clipboard
[BUG] requirements.txt 需更新或添加限定 Python 版本等資訊
Describe the bug(描述这个BUG) A clear and concise description of what the bug is. 如目前要求使用的 pillow 版本 9.2.0 並不運作於 Python 3.12,需要使用 10 以上版本。 (還有 lxml 等套件也有同樣的問題)
Expected behavior(期望的行为) A clear and concise description of what you expected to happen.
於說明文件添加 Python 版本的限制,或將 requirements.txt 內的 == 改為 >=。
個人是建議使用 setuptools 的 step.py 撰寫相依套件,這可以做比較細節的環境處理。