From ace03f05587f47d864258c75cce1dec8b0d4cf01 Mon Sep 17 00:00:00 2001 From: FZambia Date: Sat, 17 Feb 2024 22:46:07 +0200 Subject: [PATCH] add types-requests --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6f18ead..618fa58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ python = "^3.9" aiohttp = "^3" pydantic = "^2" requests = "^2" +types-requests = "^2" [tool.poetry.group.dev.dependencies] pre-commit = "^3.6.0"