mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-13 03:21:07 +08:00
Rename requires to dependencies in METADATA files (#15594)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
version = "1.0.1"
|
||||
upstream_repository = "https://github.com/asweigart/pyscreeze"
|
||||
requires = ["Pillow>=10.3.0"]
|
||||
dependencies = ["Pillow>=10.3.0"]
|
||||
|
||||
[tool.stubtest]
|
||||
# Linux has extra constants, win32 has different definitions
|
||||
@@ -8,4 +8,4 @@ ci_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"]
|
||||
stubtest_dependencies = ["Pillow"]
|
||||
|
||||
Reference in New Issue
Block a user