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

Skip to content

Commit 7693928

Browse files
authored
Update projects.py
1 parent 81c63a5 commit 7693928

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
@@ -328,7 +328,7 @@ def get_projects() -> list[Project]:
328328
mypy_cmd="{mypy} {paths}",
329329
pyright_cmd="{pyright}",
330330
paths=["dmr"],
331-
deps=["django-stubs", "pydantic", "msgspec"],
331+
deps=["django-stubs", "pydantic", "msgspec", "pyjwt", "openapi-spec-validator", "polyfactory"],
332332
needs_mypy_plugins=True, # we want to test `django-stubs` plugin
333333
expected_success=("mypy", "pyright"),
334334
cost={"mypy": 6, "pyright": 6},

0 commit comments

Comments
 (0)