mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
- Update WWW - Convert to USE_PYTHON=pep517 - Add HEIF option Changes: https://github.com/wagtail/Willow/releases
11 lines
317 B
TOML
11 lines
317 B
TOML
--- pyproject.toml.orig 2023-09-06 10:32:49 UTC
|
|
+++ pyproject.toml
|
|
@@ -25,7 +25,7 @@ classifiers = [
|
|
dynamic = ["version"] # will read __version__ from willow/__init__.py
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
- "filetype>=1.0.10,!=1.1.0",
|
|
+ "filetype>=1.0.7,!=1.1.0",
|
|
"defusedxml>=0.7,<1.0",
|
|
]
|
|
|