From 299746ff0bca18f1460f0f0826f3350c924d231d Mon Sep 17 00:00:00 2001 From: David Straub Date: Tue, 6 Aug 2024 09:24:41 +0200 Subject: [PATCH] Bump sifts to 0.8.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 86b60831..986b1457 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # # Gramps Web API - A RESTful API for the Gramps genealogy program # -# Copyright (C) 2020 David Straub +# Copyright (C) 2020-2024 David Straub # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -52,7 +52,7 @@ "Unidecode", "pytesseract", "gramps-ql>=0.3.0", - "sifts>=0.8.1", + "sifts>=0.8.2", ] setup(