Rename requires to dependencies in METADATA files (#15594)

This commit is contained in:
lev-blit
2026-04-01 20:15:12 +03:00
committed by GitHub
parent 8b31f2639e
commit fc7a5448ff
70 changed files with 97 additions and 97 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
version = "3.5.*"
upstream_repository = "https://github.com/mpdavis/python-jose"
requires = ["types-pyasn1"] # excluding pyrsa, cryptography until typing is available
dependencies = ["types-pyasn1"] # excluding pyrsa, cryptography until typing is available