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