PyAutoGUI: Use types from PyScreeze (#8824)

This commit is contained in:
Samuel T
2022-10-03 15:11:42 -07:00
committed by GitHub
parent 493e35b15e
commit ef4e52df93
2 changed files with 11 additions and 161 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.9.*"
requires = ["types-Pillow"]
requires = ["types-PyScreeze", "types-Pillow"]