Skip to content

Commit

Permalink
Temporarily fixed urwid at 2.1.2 due to breaking changes in 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Sep 21, 2023
1 parent da348c3 commit c52efbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nomadnet/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.7"
__version__ = "0.3.8"
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.5.9", "lxmf>=0.3.3", "urwid>=2.1.2", "qrcode"],
install_requires=["rns>=0.5.9", "lxmf>=0.3.3", "urwid==2.1.2", "qrcode"],
python_requires=">=3.6",
)

0 comments on commit c52efbf

Please sign in to comment.