From eb4d31ab354377786f340b8d9f45be15fbcdbea4 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 12 May 2025 11:59:08 +0200 Subject: [PATCH] Updated dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32638bb..7603f62 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ setuptools.setup( }, install_requires=[ "rns>=0.9.5", - "lxmf>=0.6.3", + "lxmf>=0.7.0", "kivy>=2.3.0", "pillow>=10.2.0", "qrcode",