mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-03 14:38:28 +08:00
Rename requires to dependencies in METADATA files (#15594)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version = "8.2.*"
|
||||
upstream_repository = "https://github.com/lincolnloop/python-qrcode"
|
||||
# must be a version of Pillow that is py.typed
|
||||
requires = ["Pillow>=10.3.0"]
|
||||
dependencies = ["Pillow>=10.3.0"]
|
||||
|
||||
[tool.stubtest]
|
||||
extras = ["pil"]
|
||||
|
||||
Reference in New Issue
Block a user