mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
12 lines
342 B
TOML
12 lines
342 B
TOML
version = "2.9.*"
|
|
requires = ["types-pyasn1"]
|
|
partial_stub = true
|
|
|
|
[tool.stubtest]
|
|
ignore_missing_stub = true
|
|
apt_dependencies = ["libkrb5-dev"]
|
|
# No need to install on the CI. Leaving here as information for MacOs/Windows contributors.
|
|
# brew_dependencies = ["krb5"]
|
|
# choco_dependencies = ["mitkerberos"]
|
|
stubtest_requirements = ["gssapi"]
|