From 1555e20459e1c7a7e8a8bf2370dd96747ff788d1 Mon Sep 17 00:00:00 2001 From: emdee Date: Sat, 17 Feb 2024 20:23:53 +0000 Subject: [PATCH] update --- README.md | 1 + requirements.txt | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d147b71..065accd 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/requirements.txt b/requirements.txt index 122c03a..cbd920a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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