update
This commit is contained in:
parent
9390c9bb91
commit
1555e20459
2 changed files with 5 additions and 3 deletions
|
@ -21,6 +21,7 @@ QWeeChat requires:
|
|||
|
||||
- Python ≥ 3.7
|
||||
- PyQt5 or PyQt5 and maybe PySide2 and PySide2 using qtpy
|
||||
- dev-python/qtconsole; the requirements.txt file says >= 5.5.1 but earlier versions may work just fine
|
||||
- [WeeChat](https://weechat.org) ≥ 0.3.7, on local or remote machine, with relay plugin enabled and listening on a port with protocol "weechat"
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# works with PyQt5 and maybe PySide as well
|
||||
# PyQt5
|
||||
# dev-python/qtconsole >= 5.5.1
|
||||
# works with PyQt5 and PyQt6 and maybe PySide2 and PySide6 as well
|
||||
PyQt5
|
||||
# earlier versions may work just fine
|
||||
dev-python/qtconsole >= 5.5.1
|
||||
|
|
Loading…
Reference in a new issue