mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-15 04:21:06 +08:00
Rename requires to dependencies in METADATA files (#15594)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
version = "1.1.3"
|
||||
# Requires a version of numpy with a `py.typed` file
|
||||
requires = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"]
|
||||
dependencies = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"]
|
||||
upstream_repository = "https://github.com/geopandas/geopandas"
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
Reference in New Issue
Block a user