From c25a0f550aee8d15879ece3a5c3c8837f3effda7 Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:49:05 -0300 Subject: [PATCH] overrides: add aiohttp-devtools --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 205f424f9..44b0323d0 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -343,6 +343,9 @@ "aiohttp-cors": [ "setuptools" ], + "aiohttp-devtools": [ + "setuptools" + ], "aiohttp-jinja2": [ "setuptools" ],