File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 13
13
numpy >= 1.23 # Updated types
14
14
opencv-python-headless >= 4.5.4 ,< 4.6 # https://github.com/pyinstaller/pyinstaller/issues/6889
15
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
16
+ git+https://github.com/JohannesBuchner /imagehash.gitegg =ImageHash # Contains type information + setup as package not module
17
17
keyboard
18
18
packaging
19
19
Pillow
Original file line number Diff line number Diff line change 6
6
from enum import Enum , EnumMeta , unique
7
7
from typing import TYPE_CHECKING , TypedDict
8
8
9
- import cv2
10
9
from pygrabber import dshow_graph
11
10
from winsdk .windows .media .capture import MediaCapture
12
11
You can’t perform that action at this time.
0 commit comments