From 23f365c184b1ec56d047058140903ced7c52e7a5 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 7 Mar 2022 11:05:22 -0800 Subject: [PATCH] Add setuptools types --- requirements-testing.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 733a86f34..4d57f18f4 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -10,4 +10,5 @@ flake8==4.0.1 mypy==0.931 mypy-extensions==0.4.3 responses<=0.18.0 -types-PyYAML==6.0.4 \ No newline at end of file +types-PyYAML==6.0.4 +types-setuptools==57.4.9 \ No newline at end of file