mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-03-31 02:58:14 -04:00
Updated version and dependencies
This commit is contained in:
parent
583b4307fc
commit
094a604dd6
@ -1 +1 @@
|
||||
__version__ = "0.2.3"
|
||||
__version__ = "0.2.4"
|
||||
|
2
setup.py
2
setup.py
@ -23,6 +23,6 @@ setuptools.setup(
|
||||
entry_points= {
|
||||
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
|
||||
},
|
||||
install_requires=['rns>=0.3.13', 'lxmf>=0.1.9', 'urwid>=2.1.2'],
|
||||
install_requires=['rns>=0.3.14', 'lxmf>=0.2.0', 'urwid>=2.1.2'],
|
||||
python_requires='>=3.6',
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user