From 57b7ca287ec83acf30fc83fc7883fb08258e6c1d Mon Sep 17 00:00:00 2001 From: "David M. Raker" Date: Mon, 11 Nov 2024 16:00:23 -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 bac0d08fcc..f051d674bb 100644 --- a/requirements.py +++ b/requirements.py @@ -56,7 +56,7 @@ 'python-dateutil==2.8.2', 'pytz==2022.1', 'PyYAML==6.0', - 'setuptools>=40.0.0', + 'setuptools>=40.0.0,<=70.0.0', # tzlocal 3.0 breaks without the backports.tzinfo package on python < 3.9 https://pypi.org/project/tzlocal/3.0/ 'tzlocal==2.1', #'pyOpenSSL==19.0.0',