From 6b1801b5e981185cfd76d2b9d74b6191f1ce0e21 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Thu, 5 Aug 2021 14:39:44 +0300 Subject: [PATCH] Add PyQt5 into requirements for python3 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 0e1322d4..b12641c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ python_prctl psutil pycrypto six +PyQt5;python_version>="3.7"