Skip to content

Commit 1fe651a

Browse files
committed
Fix build
1 parent ef800b1 commit 1fe651a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
numpy>=1.23 # Updated types
1414
opencv-python-headless>=4.5.4,<4.6 # https://github.com/pyinstaller/pyinstaller/issues/6889
1515
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
16+
git+https://github.com/JohannesBuchner/imagehash.git#egg=ImageHash # Contains type information + setup as package not module
1717
keyboard
1818
packaging
1919
Pillow

src/capture_method/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from enum import Enum, EnumMeta, unique
77
from typing import TYPE_CHECKING, TypedDict
88

9-
import cv2
109
from pygrabber import dshow_graph
1110
from winsdk.windows.media.capture import MediaCapture
1211

0 commit comments

Comments
 (0)