mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-05 07:28:29 +08:00
Rename requires to dependencies in METADATA files (#15594)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version = "2.8.4"
|
||||
upstream_repository = "https://github.com/py-pdf/fpdf2"
|
||||
requires = ["Pillow>=10.3.0"]
|
||||
dependencies = ["Pillow>=10.3.0"]
|
||||
obsolete_since = "2.8.6" # Released on 2026-02-19
|
||||
|
||||
[tool.stubtest]
|
||||
stubtest_requirements = ["cryptography"]
|
||||
stubtest_dependencies = ["cryptography"]
|
||||
|
||||
Reference in New Issue
Block a user