From 45fdc42d48814f99c9fcd1104002bde93a65ba91 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 5 Mar 2024 11:18:16 -0500 Subject: [PATCH] Fix gunicorn benchmark --- benchmarks/bm_gunicorn/pyproject.toml | 1 + benchmarks/bm_gunicorn/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/benchmarks/bm_gunicorn/pyproject.toml b/benchmarks/bm_gunicorn/pyproject.toml index 0f3d550..77cb666 100644 --- a/benchmarks/bm_gunicorn/pyproject.toml +++ b/benchmarks/bm_gunicorn/pyproject.toml @@ -4,6 +4,7 @@ dependencies = [ "gunicorn", "requests", "uvloop", + "legacy-cgi", ] dynamic = ["version"] diff --git a/benchmarks/bm_gunicorn/requirements.txt b/benchmarks/bm_gunicorn/requirements.txt index c687278..b7d5a84 100644 --- a/benchmarks/bm_gunicorn/requirements.txt +++ b/benchmarks/bm_gunicorn/requirements.txt @@ -11,4 +11,5 @@ requests==2.30.0 typing-extensions==3.7.4.3 urllib3==2.0.2 --no-binary=uvloop==0.14.0 +legacy-cgi==2.6 yarl==1.9.2