Blob Blame History Raw
From f43046074ce1bc61c5616d93bbd489b5f6b2243d Mon Sep 17 00:00:00 2001
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
Date: Sat, 6 Apr 2024 10:00:20 -0400
Subject: [PATCH 2/3] Allow testing with later versions of python-xmp-toolkit

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 7706c36f..45729f8d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -55,7 +55,7 @@ test = [
   "hypothesis>=6.36.0",
   "pytest>=6.2.5",
   "pytest-xdist>=2.5.0",
-  "python-xmp-toolkit==2.0.1", # also requires apt-get install libexempi3
+  "python-xmp-toolkit>=2.0.1", # also requires apt-get install libexempi3
 ]
 watcher = ["watchdog>=1.0.2", "typer[all]", "python-dotenv"]
 webservice = ["Flask>=2.0.1"]
-- 
2.44.0