Files
typeshed/stubs/PyScreeze/METADATA.toml
github-actions[bot] 2404a70f2b [stubsabot] Bump PyScreeze to 1.0.1 (#12566)
Co-authored-by: stubsabot <>
2024-08-21 14:28:06 -04:00

12 lines
455 B
TOML

version = "1.0.1"
upstream_repository = "https://github.com/asweigart/pyscreeze"
requires = ["Pillow>=10.3.0"]
[tool.stubtest]
# Linux has extra constants, win32 has different definitions
platforms = ["linux", "win32"]
# PyScreeze has an odd setup.py file
# that doesn't list Pillow as a dependency for py312+ yet:
# https://github.com/asweigart/pyscreeze/blob/eeca245a135cf171c163b3691300138518efa64e/setup.py#L38-L46
stubtest_requirements = ["Pillow"]