Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a33b86

Browse files
committed
add a few more homeassistant deps
1 parent f4deacf commit 9a33b86

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mypy_primer/projects.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,8 +1053,10 @@ def get_projects() -> list[Project]:
10531053
pyright_cmd="{pyright} {paths}",
10541054
paths=["homeassistant"],
10551055
deps=[
1056+
"aiohttp",
10561057
"attrs",
10571058
"pydantic",
1059+
"SQLAlchemy",
10581060
"types-setuptools",
10591061
"types-atomicwrites",
10601062
"types-certifi",
@@ -1063,6 +1065,7 @@ def get_projects() -> list[Project]:
10631065
"types-requests",
10641066
"types-python-slugify",
10651067
"types-backports",
1068+
"voluptuous",
10661069
],
10671070
needs_mypy_plugins=True,
10681071
cost={"mypy": 411, "pyright": 240},

0 commit comments

Comments
 (0)