From 0459910e63b37dcf03f2fef7a96ae03bf34bf1b4 Mon Sep 17 00:00:00 2001 From: Joerg Schad Date: Fri, 3 Dec 2021 17:58:06 +0100 Subject: [PATCH 1/2] Attempt to fix CI --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8af9bf48..0b0e55b2 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ "pytest-cov>=2.0.0", "sphinx", "sphinx_rtd_theme", + "types-requests", ], }, classifiers=[ From 5f3f0a69d5f34de4a7b0505531bdcdef61ce6262 Mon Sep 17 00:00:00 2001 From: aMahanna Date: Fri, 3 Dec 2021 12:15:00 -0500 Subject: [PATCH 2/2] new: types-pkg_resources dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0b0e55b2..82ba3c4e 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ "pytest-cov>=2.0.0", "sphinx", "sphinx_rtd_theme", + "types-pkg_resources", "types-requests", ], },