Add fallback if ImageMagick is not available
This commit is contained in:
+2
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "gallery"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
description = "Scientific Gallery Generator - Create responsive HTML galleries from plot collections"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
@@ -38,6 +38,7 @@ dependencies = [
|
||||
"PyYAML>=5.0",
|
||||
"argcomplete>=3.0",
|
||||
"platformdirs>=3.0",
|
||||
"pymupdf>=1.23",
|
||||
"pytest",
|
||||
"textual>=0.50",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user