mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
Use pyasn1 in python-jose (#9469)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user