shenshihai 2 tahun lalu
melakukan
031374806a
3 mengubah file dengan 29 tambahan dan 0 penghapusan
  1. 3 0
      .gitignore
  2. 0 0
      README.md
  3. 26 0
      composer.json

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+*.lock
+*.7z
+vendor/

+ 0 - 0
README.md


+ 26 - 0
composer.json

@@ -0,0 +1,26 @@
+{
+    "name": "py38/cv2-win64",
+    "type": "library",
+    "description": "cv2 win64",
+    "license": "MIT",
+    "minimum-stability": "dev",
+	"require-dev":{
+        "a/distribute-helper": "dev-master"
+	},
+    "repositories": {
+        "packagist": {
+            "type": "composer",
+            "url": "http://satis-dist.lysis.com.cn:4000/"
+        }
+    },
+    "config": {
+        "secure-http": false
+    },
+    "distribute-helper": {
+        "use-space": "44 KB",
+        "vendor-files":[
+            {"name":"opencv_python-4.6.0.66-cp36-abi3-win_amd64.whl","md5":"50726b","size":"33.9 MB"},
+			{"name":"python_opencv-1.0.0.14-py3-none-any.whl","md5":"6f59fb","size":"7.16 KB "}
+        ]
+    }
+}