diff --git a/pyproject.toml b/pyproject.toml index 8e540de..5498c4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ black = "^23.12.1" python-dotenv = "^1.0.0" pytest-asyncio = "^0.23.3" mypy = "^1.8.0" +types-requests = "^2.31.0.20240106" [build-system] requires = ["poetry-core"]