mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-03 06:28:28 +08:00
Rename requires to dependencies in METADATA files (#15594)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
version = "3.6.1"
|
||||
upstream_repository = "https://github.com/networkx/networkx"
|
||||
# requires a version of numpy with a `py.typed` file
|
||||
requires = ["numpy>=1.20"]
|
||||
dependencies = ["numpy>=1.20"]
|
||||
|
||||
[tool.stubtest]
|
||||
# stub_uploader won't allow pandas-stubs in the requires field https://github.com/typeshed-internal/stub_uploader/issues/90
|
||||
stubtest_requirements = ["pandas"]
|
||||
stubtest_dependencies = ["pandas"]
|
||||
|
||||
Reference in New Issue
Block a user