mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-12-25 07:09:35 -05:00
Updated versions
This commit is contained in:
parent
51f0048e7c
commit
b14d42a17c
@ -1,6 +0,0 @@
|
||||
compiler==0.2.0
|
||||
configobj==5.0.8
|
||||
lxmf==0.3.2
|
||||
rns==0.5.7
|
||||
setuptools==68.0.0
|
||||
urwid==2.1.2
|
2
setup.py
2
setup.py
@ -30,6 +30,6 @@ setuptools.setup(
|
||||
entry_points= {
|
||||
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
|
||||
},
|
||||
install_requires=["rns>=0.7.4", "lxmf>=0.4.3", "urwid>=2.4.2,!=2.4.3", "qrcode"],
|
||||
install_requires=["rns>=0.7.5", "lxmf>=0.4.3", "urwid>=2.4.4", "qrcode"],
|
||||
python_requires=">=3.6",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user