Skip to content

Commit

Permalink
fix(appimage): quote version bounds in appimage prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Apr 23, 2024
1 parent cc143b1 commit 91c18ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appimage/pre-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
prompt-toolkit>=3.0.29,<3.0.41 # https://github.com/xonsh/xonsh/issues/5241#issuecomment-1961889489
'prompt-toolkit>=3.0.29,<3.0.41' # https://github.com/xonsh/xonsh/issues/5241#issuecomment-1961889489
Pygments
ujson

0 comments on commit 91c18ba

Please sign in to comment.