mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
* Add IMAGING and RECOMMENDED as new options to reflect the settings in pyproject.toml. Keep the first one as non-default for now, because it installs a lot of dependencies. The second one is enabled by default because it supplies a recommended set of useful plugins that improves the out-of-box experience. Changelog since 9.5.49: https://github.com/squidfunk/mkdocs-material/blob/9.6.2/CHANGELOG
13 lines
264 B
TOML
13 lines
264 B
TOML
Relax version requirements.
|
|
|
|
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
|
|
+++ pyproject.toml
|
|
@@ -63,7 +63,7 @@ imaging = [
|
|
"mkdocs-git-revision-date-localized-plugin~=1.2,>=1.2.4"
|
|
]
|
|
imaging = [
|
|
- "pillow~=10.2",
|
|
+ "pillow>=10.2",
|
|
"cairosvg~=2.6"
|
|
]
|
|
|