From 563cbbb6cd6c9e1af814e3094bd31eba2851dd21 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 17 May 2021 20:11:52 +0200 Subject: [PATCH] Updated setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1bacfa6..10378cb 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,6 @@ setuptools.setup( entry_points= { 'console_scripts': ['nomadnet=nomadnet:main'] }, - install_requires=['rns', 'lxmf', 'urwid==2.1.2'], + install_requires=['rns>=0.2.0', 'lxmf>=0.0.3', 'urwid>=2.1.2'], python_requires='>=3.5', ) \ No newline at end of file