mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-12-17 19:44:38 -05:00
Updated dependencies
This commit is contained in:
parent
730c17c981
commit
b08ae0cf02
4
setup.py
4
setup.py
@ -23,6 +23,6 @@ setuptools.setup(
|
|||||||
entry_points= {
|
entry_points= {
|
||||||
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
|
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
|
||||||
},
|
},
|
||||||
install_requires=['rns>=0.4.1', 'lxmf>=0.2.4', 'urwid>=2.1.2'],
|
install_requires=["rns>=0.4.1", "lxmf>=0.2.5", "urwid>=2.1.2", "qrcode"],
|
||||||
python_requires='>=3.6',
|
python_requires=">=3.6",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user