From 76a0054cb2de751a292cc668778a48da21791224 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 9 May 2023 11:18:43 -0400 Subject: [PATCH] Don't specify setuptools as a dependency pyperformance will always install setuptools anyway, and specifying the version here installs a version that is too old and breaks on current Python 3.12 --- .../data-files/benchmarks/bm_django_template/requirements.txt | 1 - pyperformance/data-files/benchmarks/bm_sympy/requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt b/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt index a22c8e05..4a3490bf 100644 --- a/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt +++ b/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt @@ -1,5 +1,4 @@ asgiref==3.3.4 django==3.2.4 pytz==2021.1 -setuptools==65.6.3 sqlparse==0.4.1 diff --git a/pyperformance/data-files/benchmarks/bm_sympy/requirements.txt b/pyperformance/data-files/benchmarks/bm_sympy/requirements.txt index da67e057..652d404d 100644 --- a/pyperformance/data-files/benchmarks/bm_sympy/requirements.txt +++ b/pyperformance/data-files/benchmarks/bm_sympy/requirements.txt @@ -1,3 +1,2 @@ mpmath==1.2.1 -setuptools==65.6.3 sympy==1.8