Files
typeshed/stubs/PyJWT/METADATA.toml
Sebastian Rittau 67a2ed7dd7 Fix PyJWT package name (#5604)
The "jwt" package on PyPI is actually a different, incompatible package,
called python-jwt. Fix the name, so that the package name is corrected
from types-jwt to types-PyJWT, matching the upstream name.
2021-06-09 16:36:27 +02:00

4 lines
75 B
TOML

version = "1.7"
requires = ["types-cryptography"]
obsolete_since = "2.0.0"