mirror of
https://github.com/jopohl/urh.git
synced 2026-03-05 07:54:01 +01:00
fix zqm req
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
numpy
|
||||
psutil
|
||||
pyqt5
|
||||
zmq
|
||||
pyzmq
|
||||
|
||||
2
setup.py
2
setup.py
@@ -146,7 +146,7 @@ def read_long_description():
|
||||
# import generate_ui
|
||||
# generate_ui.gen # pyuic5 is not included in all python3-pyqt5 packages (e.g. ubuntu), therefore do not regenerate UI here
|
||||
|
||||
install_requires = ["numpy", "psutil", "zmq"]
|
||||
install_requires = ["numpy", "psutil", "pyzmq"]
|
||||
try:
|
||||
import PyQt5
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user