Temporarily fixed urwid at 2.1.2 due to breaking changes in 2.2.0

pull/39/head 0.3.8
Mark Qvist 2023-09-21 22:58:00 +02:00
parent da348c3b42
commit c52efbfb75
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.3.7"
__version__ = "0.3.8"

View File

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