mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-05 09:27:38 +08:00
Add support for Homebrew and Chocolatey (#9187)
This commit is contained in:
@@ -2,5 +2,7 @@ version = "0.2.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
platforms = ["linux"]
|
||||
# linux and win32 are equivalent
|
||||
platforms = ["linux", "darwin"]
|
||||
apt_dependencies = ["portaudio19-dev"]
|
||||
brew_dependencies = ["portaudio"]
|
||||
|
||||
Reference in New Issue
Block a user