From 22c8f8310ea03a591aa8149792c13d70932f3a75 Mon Sep 17 00:00:00 2001 From: Wilhelm Schonfeldt Date: Fri, 26 Sep 2025 09:37:58 +0200 Subject: [PATCH] Add requests dependency to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2f78843..7986beb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ "pydantic-extra-types>=2.10.5", "litestar[standard,brotli]>=2.17.0", "click<=8.1.7", + "requests>=2.26.0", ] readme = "README.md" requires-python = ">= 3.13,<4.0"