Skip to content

Commit

Permalink
Merge pull request #46 from penguinolog/patch-1
Browse files Browse the repository at this point in the history
Allow newer versions of urwid
  • Loading branch information
markqvist authored Jan 15, 2024
2 parents 691f4df + 4eef326 commit 3706393
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 @@ -30,6 +30,6 @@
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
install_requires=["rns>=0.7.0", "lxmf>=0.3.8", "urwid==2.1.2", "qrcode"],
install_requires=["rns>=0.7.0", "lxmf>=0.3.8", "urwid>=2.1.2", "qrcode"],
python_requires=">=3.6",
)

0 comments on commit 3706393

Please sign in to comment.