mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-02 14:10:23 +08:00
Rename requires to dependencies in METADATA files (#15594)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version = "0.5.*"
|
||||
upstream_repository = "https://github.com/spatialaudio/jackclient-python"
|
||||
# Requires a version of numpy with a `py.typed` file
|
||||
requires = ["numpy>=1.20", "types-cffi"]
|
||||
dependencies = ["numpy>=1.20", "types-cffi"]
|
||||
|
||||
[tool.stubtest]
|
||||
# darwin and win32 are equivalent
|
||||
|
||||
Reference in New Issue
Block a user