Updated versions

This commit is contained in:
Mark Qvist 2024-05-18 15:15:00 +02:00
parent 51f0048e7c
commit b14d42a17c
2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +0,0 @@
compiler==0.2.0
configobj==5.0.8
lxmf==0.3.2
rns==0.5.7
setuptools==68.0.0
urwid==2.1.2

View File

@ -30,6 +30,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=["rns>=0.7.4", "lxmf>=0.4.3", "urwid>=2.4.2,!=2.4.3", "qrcode"],
install_requires=["rns>=0.7.5", "lxmf>=0.4.3", "urwid>=2.4.4", "qrcode"],
python_requires=">=3.6",
)