From 390cac84e3863627542ed3c723ad5d9d74b5f305 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 23 Dec 2022 23:49:20 +0100 Subject: [PATCH] Updated RNS dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2199715..4e53ada 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,6 @@ 'lxmd=LXMF.Utilities.lxmd:main', ] }, - install_requires=['rns>=0.4.2'], + install_requires=['rns>=0.4.6'], python_requires='>=3.6', )