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]"