From 5d9b0cc89fa5fbe3f40b3bdd79825f03d1561ac2 Mon Sep 17 00:00:00 2001 From: "David M. Raker" Date: Mon, 11 Nov 2024 16:02:52 -0800 Subject: [PATCH] Pinned setuptools in requirements.py. Newer versions that 70 are incompatible with wheel 0.30.0. --- requirements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.py b/requirements.py index 90263b22c7..dd84c1e00e 100644 --- a/requirements.py +++ b/requirements.py @@ -83,7 +83,7 @@ 'python-dateutil==2.8.2', 'pytz==2021.1', 'PyYAML==5.4.1', - 'setuptools>=40.0.0', + 'setuptools>=40.0.0,<=70.0.0', 'tzlocal==2.1', 'pyOpenSSL==19.0.0', 'cryptography==2.3',