File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414plugin_name = "Slicer Thumbnails"
1515
1616# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17- plugin_version = "1.0.8 "
17+ plugin_version = "1.0.9 "
1818
1919# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020# module
3333plugin_license = "AGPLv3"
3434
3535# Any additional requirements besides OctoPrint should be listed here
36- plugin_requires = ["Pillow>=9.5.0" ]
36+ plugin_requires = ["Pillow>=9.5.0" , "standard-imghdr; python_version >= '3.13'" ]
3737
3838### --------------------------------------------------------------------------------------------------------------------
3939### More advanced options that you usually shouldn't have to touch follow after this point
You can’t perform that action at this time.
0 commit comments