mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
9 lines
201 B
TOML
9 lines
201 B
TOML
version = "0.2.*"
|
|
|
|
[tool.stubtest]
|
|
ignore_missing_stub = false
|
|
# linux and win32 are equivalent
|
|
platforms = ["linux", "darwin"]
|
|
apt_dependencies = ["portaudio19-dev"]
|
|
brew_dependencies = ["portaudio"]
|