Updated RNS dependency version. Updates to guide.

This commit is contained in:
Mark Qvist 2021-08-26 10:32:31 +02:00
parent a352b7109d
commit 55e8479979
2 changed files with 10 additions and 2 deletions

View file

@ -23,6 +23,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=['rns>=0.2.1', 'lxmf>=0.0.6', 'urwid>=2.1.2'],
install_requires=['rns>=0.2.2', 'lxmf>=0.0.6', 'urwid>=2.1.2'],
python_requires='>=3.5',
)