Pin Urwid to 2.4.2 due to rendering bug in 2.4.3

This commit is contained in:
Mark Qvist 2024-01-17 23:31:16 +01:00
parent 24d850107d
commit d856f3fd28

View File

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