summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-12-15 22:31:48 +0100
committerGitHub <noreply@github.com>2021-12-15 22:31:48 +0100
commit37ce8bbf427b07b319a7a9d0289136579bf9f9c3 (patch)
tree2734922ac82ed0a712882c776c051eac974c640a
parent415bbb70d7f0a0c96f3eb1853f913108cb016cd9 (diff)
downloadastroid-git-37ce8bbf427b07b319a7a9d0289136579bf9f9c3.tar.gz
Add stubs for ``setuptools`` and ``typed-ast`` to dependencies (#1294)
-rw-r--r--requirements_test.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements_test.txt b/requirements_test.txt
index d1f4a1ab..14d70af8 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -5,5 +5,8 @@ coverage~=5.5
pre-commit~=2.13
pytest-cov~=2.11
tbump~=6.3.2
+# Type packages for mypy
types-typed-ast; implementation_name=="cpython" and python_version<"3.8"
types-pkg_resources==0.1.2
+types-setuptools==57.4.4
+types-typed-ast==1.5.0