Skip to content

Commit

Permalink
Updated dependency version.
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Aug 29, 2021
1 parent 62301b8 commit d95efd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=['rns>=0.2.3', 'lxmf>=0.0.7', 'urwid>=2.1.2'],
install_requires=['rns>=0.2.3', 'lxmf>=0.0.8', 'urwid>=2.1.2'],
python_requires='>=3.6',
)

0 comments on commit d95efd2

Please sign in to comment.