Updated dependencies

pull/21/head
Mark Qvist 2023-02-04 12:04:34 +01:00
parent 71ff0f9bcd
commit e3074830d6
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=["rns>=0.4.7", "lxmf>=0.2.9", "urwid>=2.1.2", "qrcode"],
install_requires=["rns>=0.4.8", "lxmf>=0.3.0", "urwid>=2.1.2", "qrcode"],
python_requires=">=3.6",
)