Skip to content

Commit

Permalink
Updated LXMF version
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Oct 15, 2023
1 parent a3bf538 commit 5a7c84d
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.6.2", "lxmf>=0.3.5", "urwid==2.1.2", "qrcode"],
install_requires=["rns>=0.6.2", "lxmf>=0.3.6", "urwid==2.1.2", "qrcode"],
python_requires=">=3.6",
)

0 comments on commit 5a7c84d

Please sign in to comment.