提交 f00ba79f 编写于 作者: K Kentaro Wada

Add PyQt5 to install_requires

上级 b35cda3c
......@@ -56,7 +56,7 @@ if QT_BINDING is None:
sys.exit(1)
assert PY3
# PyQt5 can be installed via pip for Python3
install_requires.append('pyqt5')
install_requires.append('PyQt5')
QT_BINDING = 'pyqt5'
del QT_BINDING
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册