We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef800b1 commit 62567e9Copy full SHA for 62567e9
scripts/requirements.txt
@@ -13,7 +13,7 @@
13
numpy>=1.23 # Updated types
14
opencv-python-headless>=4.5.4,<4.6 # https://github.com/pyinstaller/pyinstaller/issues/6889
15
PyQt6>=6.2.1 # Python 3.10 support
16
-git+https://github.com/Avasam/imagehash.git@patch-2#egg=ImageHash # Contains type information + setup as package not module
+git+https://github.com/JohannesBuchner/imagehash.gitegg=ImageHash # Contains type information + setup as package not module
17
keyboard
18
packaging
19
Pillow
src/capture_method/__init__.py
@@ -6,7 +6,6 @@
6
from enum import Enum, EnumMeta, unique
7
from typing import TYPE_CHECKING, TypedDict
8
9
-import cv2
10
from pygrabber import dshow_graph
11
from winsdk.windows.media.capture import MediaCapture
12
0 commit comments