mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-10 10:04:56 -04:00
Improved browser functionality.
This commit is contained in:
parent
6e4baf3731
commit
538bee4526
5 changed files with 104 additions and 22 deletions
4
setup.py
4
setup.py
|
@ -23,6 +23,6 @@ setuptools.setup(
|
|||
entry_points= {
|
||||
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
|
||||
},
|
||||
install_requires=['rns>=0.2.2', 'lxmf>=0.0.6', 'urwid>=2.1.2'],
|
||||
python_requires='>=3.5',
|
||||
install_requires=['rns>=0.2.3', 'lxmf>=0.0.7', 'urwid>=2.1.2'],
|
||||
python_requires='>=3.6',
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue