Compare commits

...

1 Commits
0.3.7 ... 0.3.8

Author SHA1 Message Date
Mark Qvist
c52efbfb75 Temporarily fixed urwid at 2.1.2 due to breaking changes in 2.2.0 2023-09-21 22:58:00 +02:00
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= { entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main'] '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", python_requires=">=3.6",
) )