Updated required LXMF to 0.9.1

This commit is contained in:
Mark Qvist
2025-11-03 22:31:34 +01:00
parent e6688b157e
commit eac9021c75
2 changed files with 2 additions and 2 deletions

View File

@@ -30,6 +30,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=["rns>=1.0.1", "lxmf>=0.9.0", "urwid>=2.6.16", "qrcode"],
install_requires=["rns>=1.0.1", "lxmf>=0.9.1", "urwid>=2.6.16", "qrcode"],
python_requires=">=3.7",
)