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

Skip to content

Commit cd34bb0

Browse files
authored
Add textual to the archinstall deps (#233)
1 parent 59dc58c commit cd34bb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy_primer/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ def get_projects() -> list[Project]:
16211621
mypy_cmd="{mypy} {paths}",
16221622
pyright_cmd="{pyright} {paths}",
16231623
paths=["."],
1624-
deps=["cryptography", "pydantic", "pytest"],
1624+
deps=["cryptography", "pydantic", "pytest", "textual"],
16251625
cost={"mypy": 34},
16261626
),
16271627
Project(

0 commit comments

Comments
 (0)