Skip to content

Commit 37ce8bb

Browse files
authored
Add stubs for setuptools and typed-ast to dependencies (#1294)
1 parent 415bbb7 commit 37ce8bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

requirements_test.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ coverage~=5.5
55
pre-commit~=2.13
66
pytest-cov~=2.11
77
tbump~=6.3.2
8+
# Type packages for mypy
89
types-typed-ast; implementation_name=="cpython" and python_version<"3.8"
910
types-pkg_resources==0.1.2
11+
types-setuptools==57.4.4
12+
types-typed-ast==1.5.0

0 commit comments

Comments
 (0)