diff --git a/setup.py b/setup.py index e19edb2..110f7d7 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,6 @@ setuptools.setup( 'lxmd=LXMF.Utilities.lxmd:main', ] }, - install_requires=["rns>=1.1.6"], + install_requires=["rns>=1.1.7"], python_requires=">=3.7", )