Rename requires to dependencies in METADATA files (#15594)

This commit is contained in:
lev-blit
2026-04-01 19:15:12 +02:00
committed by GitHub
parent 8b31f2639e
commit fc7a5448ff
70 changed files with 97 additions and 97 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
version = "4.67.3"
upstream_repository = "https://github.com/tqdm/tqdm"
requires = ["types-requests"]
dependencies = ["types-requests"]
[tool.stubtest]
extras = ["slack", "telegram"]
# Add `"tensorflow"` to this list when there's a tensorflow release supporting
# Python 3.13: https://github.com/tensorflow/tensorflow/issues/78774.
# Also remove tqdm.keras from @tests/stubtest_allowlist.txt.
stubtest_requirements = ["dask", "pandas", "rich"]
stubtest_dependencies = ["dask", "pandas", "rich"]