From 9dc09be4ae67e44f5ad437a384a79ddd278b0756 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 18 Sep 2021 23:35:30 +0200 Subject: [PATCH] Updated RNS version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9ceac90..b0f3bb4 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,6 @@ entry_points= { 'console_scripts': ['nomadnet=nomadnet.nomadnet:main'] }, - install_requires=['rns>=0.2.4', 'lxmf>=0.0.9', 'urwid>=2.1.2'], + install_requires=['rns>=0.2.5', 'lxmf>=0.0.9', 'urwid>=2.1.2'], python_requires='>=3.6', ) \ No newline at end of file