From 2563daae9326574291458f8c50f766ce0f7bdfbd Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 26 Feb 2022 19:58:17 +0100 Subject: [PATCH] Updated dependency versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad0c972..cb233ce 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.3.0', 'lxmf>=0.1.3', 'urwid>=2.1.2'], + install_requires=['rns>=0.3.3', 'lxmf>=0.1.3', 'urwid>=2.1.2'], python_requires='>=3.6', ) \ No newline at end of file