From d7103ceba25b802744d36db160318663dd94f1dc Mon Sep 17 00:00:00 2001 From: paddywwoof Date: Sun, 13 Oct 2024 15:52:07 +0100 Subject: [PATCH] sdl2 option needs pi3d v 2.52 for edge case FULLSCREEN_DESKTOP --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1e6b06d..b5c5b4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dynamic = ["version"] dependencies = [ "Pillow>=10.2.0", "defusedxml", - "pi3d>=2.51", + "pi3d>=2.52", "PyYAML", "paho-mqtt", "IPTCInfo3", @@ -76,4 +76,4 @@ style = "pep440" versionfile_source = "src/picframe/_version.py" versionfile_build = "picframe/_version.py" tag_prefix = "" -parentdir_prefix = "picframe-" \ No newline at end of file +parentdir_prefix = "picframe-"