File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 5353 " **/.mypy_cache/**" ,
5454 " **/.ruff_cache/**"
5555 ],
56+ "python.analysis.extraPaths" : [
57+ " /usr/local/python/3.13.3/lib/python3.13/site-packages"
58+ ],
5659 "files.exclude" : {
5760 "build" : true ,
5861 "dist" : true ,
Original file line number Diff line number Diff line change 6161 {
6262 "label" : " Install pyalarmdotcomajax (editable)" ,
6363 "type" : " shell" ,
64- "command" : " pip install --editable ../pyalarmdotcomajax --config-settings editable_mode=strict " ,
64+ "command" : " pip install --editable ../pyalarmdotcomajax" ,
6565 "group" : " build"
6666 }
6767 ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pytest>=8.3.5
33pytest-asyncio >= 1.0.0
44tomli >= 2.2.1
55tomli_w >= 1.2.0
6- types-requests == 2.32 .0.20250602 # Required to prevent dependency conflict with Home Assistant over urllib3
6+ types-requests == 2.31 .0.6 # Freeze at 2.31.0.6 to prevent dependency conflict with Home Assistant over urllib3
77types-PyYAML >= 6.0.12.20250516
88setuptools-scm >= 8.3.1
99pathspec >= 0.12.1
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ phonenumbers >= 9.0.5
55typer >= 0.16.0
66python-dateutil ~= 2.9.0.post0
77pyhumps ~= 3.8.0
8+ rich >= 14.0.0
You can’t perform that action at this time.
0 commit comments