mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-10 10:04:56 -04:00
Work on text ui
This commit is contained in:
parent
450ed9c54b
commit
8737e3308a
5 changed files with 180 additions and 21 deletions
2
setup.py
2
setup.py
|
@ -23,6 +23,6 @@ setuptools.setup(
|
|||
entry_points= {
|
||||
'console_scripts': ['nomadnet=nomadnet:main']
|
||||
},
|
||||
install_requires=['rns', 'lxmf'],
|
||||
install_requires=['rns', 'lxmf', 'urwid@2.1.2'],
|
||||
python_requires='>=3.5',
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue