Add PyQt5 into requirements for python3

This commit is contained in:
Dmitri Bogomolov 2021-08-05 14:39:44 +03:00
parent df3781a13f
commit 6b1801b5e9
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -3,3 +3,4 @@ python_prctl
psutil psutil
pycrypto pycrypto
six six
PyQt5;python_version>="3.7"