Skip to content
This repository was archived by the owner on Apr 26, 2023. It is now read-only.

Commit 4f43e6e

Browse files
committed
Updated PyAutoGUI types from python/typeshed#8654
1 parent 2691574 commit 4f43e6e

File tree

6 files changed

+284
-175
lines changed

6 files changed

+284
-175
lines changed

scripts/requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ pyright
2929
qt6-applications
3030
# Types
3131
pywin32-stubs>=1.0.7 # Added error types
32-
types-requests
3332
typing-extensions

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@python2-typing#egg=ImageHash # https://github.com/JohannesBuchner/imagehash/issues/151
16+
git+https://github.com/JohannesBuchner/imagehash#egg=ImageHash # Contains type information
1717
keyboard
1818
packaging
1919
Pillow

0 commit comments

Comments
 (0)