Explorar o código

Add PyQt5 to install_requires

Kentaro Wada %!s(int64=7) %!d(string=hai) anos
pai
achega
f00ba79fb0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -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