瀏覽代碼

Fix installer (it needs the __init__.py)

Hugo Cachitas 8 年之前
父節點
當前提交
f473983f50
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 0 0
      examples/pyqt5_opencv/app/__init__.py
  2. 3 1
      examples/pyqt5_opencv/installer.cfg

+ 0 - 0
examples/pyqt5_opencv/app/__init__.py


+ 3 - 1
examples/pyqt5_opencv/installer.cfg

@@ -4,7 +4,7 @@ version=1.0
 entry_point=app.main:main
 
 [Python]
-version=3.5.1
+version=3.5.2
 bitness=64
 format=bundled
 
@@ -12,3 +12,5 @@ format=bundled
 packages=app
 pypi_wheels= PyQt5==5.7
     sip==4.18.1
+    numpy==1.11.1
+    opencv-python==3.1.0.2