mirror of
https://github.com/hyugogirubato/cbz.git
synced 2026-09-26 21:41:03 +00:00
chore: Update document third-party licenses
This commit is contained in:
@@ -207,6 +207,16 @@ comic_from_pdf = ComicInfo.from_pdf('/path/to/your_comic.pdf')
|
|||||||
This software is licensed under the terms of [MIT License](https://github.com/hyugogirubato/cbz/blob/main/LICENSE).
|
This software is licensed under the terms of [MIT License](https://github.com/hyugogirubato/cbz/blob/main/LICENSE).
|
||||||
You can find a copy of the license in the LICENSE file in the root folder.
|
You can find a copy of the license in the LICENSE file in the root folder.
|
||||||
|
|
||||||
|
### Third-Party Licenses
|
||||||
|
|
||||||
|
This project uses the following third-party libraries:
|
||||||
|
|
||||||
|
- **[langcodes](https://pypi.org/project/langcodes/)** - MIT License
|
||||||
|
- **[Pillow](https://pypi.org/project/Pillow/)** - HPND License
|
||||||
|
- **[pypdf](https://pypi.org/project/pypdf/)** - BSD License
|
||||||
|
- **[rarfile](https://pypi.org/project/rarfile/)** - ISC License
|
||||||
|
- **[xmltodict](https://pypi.org/project/xmltodict/)** - MIT License
|
||||||
|
|
||||||
* * *
|
* * *
|
||||||
|
|
||||||
© hyugogirubato 2024
|
© hyugogirubato 2024
|
||||||
|
|||||||
+1
-1
@@ -31,11 +31,11 @@ include = [
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8"
|
python = ">=3.8"
|
||||||
xmltodict = ">=0.13.0"
|
|
||||||
langcodes = ">=3.4.0"
|
langcodes = ">=3.4.0"
|
||||||
Pillow = ">=10.4.0"
|
Pillow = ">=10.4.0"
|
||||||
pypdf = ">=5.6.1"
|
pypdf = ">=5.6.1"
|
||||||
rarfile = ">=4.0"
|
rarfile = ">=4.0"
|
||||||
|
xmltodict = ">=0.13.0"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
cbzplayer = "cbz.__main__:main"
|
cbzplayer = "cbz.__main__:main"
|
||||||
|
|||||||
Reference in New Issue
Block a user