mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
13 lines
400 B
TOML
13 lines
400 B
TOML
version = "2.9.*"
|
|
upstream_repository = "https://github.com/cannatag/ldap3"
|
|
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"]
|