From 71125252ee54c4358ffbf61c32f79360f4477662 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 9 Oct 2021 23:25:10 +0200 Subject: [PATCH] Updated versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c967b5..1f1df4a 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,6 @@ setuptools.setup( entry_points= { 'console_scripts': ['nomadnet=nomadnet.nomadnet:main'] }, - install_requires=['rns>=0.2.7', 'lxmf>=0.1.0', 'urwid>=2.1.2'], + install_requires=['rns>=0.2.8', 'lxmf>=0.1.1', 'urwid>=2.1.2'], python_requires='>=3.6', ) \ No newline at end of file