From 6e8a78cf3e3ec5446d12a011ba5a75a753e35e18 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:30:19 +0900 Subject: [PATCH] chore: update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37150e9..9f2f0ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,12 +45,13 @@ test = [ "pre-commit==4.4.0", "pytest==8.4.2", "pytest-cov==7.0.0", - "PyGObject-stubs==2.13.0", ] lint = [ "mypy==1.17.0", "mypy_extensions==1.1.0", "ruff==0.11.13", + "PyGObject-stubs==2.13.0", + "types-requests>=2.32.4", ] dev = [ "dzgui[docs,test,lint]"