From 11e54d17a3ef15e8a733fa5058c80f762d0af1de Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 3 Oct 2025 16:54:54 -0400 Subject: [PATCH] [tox] Remove now unused types-setuptools dependency Since we moved away from setuptools, we don't need to install that dependency anymore when running mypy. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 75f2c8d1..6b4bad28 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,6 @@ skip_install = true deps = mypy >= 0.910 sqlalchemy-stubs - types-setuptools types-PyYAML types-certifi