Metadata-Version: 2.4
Name: pil-utils-fix-deps
Version: 0.2.2
Summary: A simple PIL wrapper and text-to-image tool
License-Expression: MIT
License-File: LICENSE
Author: chiskat
Author-email: 1@paperplane.cc
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: Pillow (>=10.0.0,<12.4)
Requires-Dist: bbcode (>=1.1.0,<2.0.0)
Requires-Dist: msvc-runtime ; sys_platform == "win32"
Requires-Dist: numpy (>=1.21.0)
Requires-Dist: opencv-python-headless (>=4.0.0,<5.0.0)
Requires-Dist: skia-python (>=132.0b11)
Project-URL: Homepage, https://git.paperplane.cc/chiskat/pil-utils-fix-deps
Project-URL: Repository, https://git.paperplane.cc/chiskat/pil-utils-fix-deps
Description-Content-Type: text/markdown

## pil-utils-fix-deps

[MemeCrafters/pil-utils](https://github.com/MemeCrafters/pil-utils) 的 fork，将 `Pillow` 依赖版本放宽至 `>=10.0.0,<12.4`。

