* ptvsd debugger component. * Add test case * ptvsd as test dependency * Fix for 3.5 * Fixed bootstrap test * Use dict direct lookup. * Don't need to load dependencies. * Get the test working. * 3.5 fix * Set mock return value * Put tests back, but skip them * Change log level
11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"domain": "ptvsd",
|
|
"name": "ptvsd",
|
|
"documentation": "https://www.home-assistant.io/components/ptvsd",
|
|
"requirements": [
|
|
"ptvsd==4.2.8"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": ["@swamp-ig"]
|
|
}
|