Use pyasn1 in python-jose (#9469)

This commit is contained in:
Avasam
2023-01-07 10:32:28 -05:00
committed by GitHub
parent 319597cba4
commit 64e02a05c2
2 changed files with 12 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
version = "3.3.*"
requires = [] # excluding pyasn1, pyrsa, cryptography until typing is available
requires = ["types-pyasn1"] # excluding pyrsa, cryptography until typing is available
[tool.stubtest]
ignore_missing_stub = false