We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd025e commit d13c8afCopy full SHA for d13c8af
1 file changed
setup.py
@@ -30,6 +30,6 @@
30
entry_points= {
31
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
32
},
33
- install_requires=["rns>=0.9.0", "lxmf>=0.5.9", "urwid>=2.6.16", "qrcode"],
+ install_requires=["rns>=0.9.1", "lxmf>=0.6.0", "urwid>=2.6.16", "qrcode"],
34
python_requires=">=3.7",
35
)
0 commit comments