From 335f9ff892d792571aee569cef54c94f795593c2 Mon Sep 17 00:00:00 2001 From: Ian Date: Fri, 27 Sep 2024 09:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0requests=E4=BE=9D=E8=B5=96;?= =?UTF-8?q?=200.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e50a37..ceb9d7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DesktopTools" -version = "0.1.4" +version = "0.1.5" description = "A desktop tool that includes some useful scripts." authors = ["ianvzs ", "saint "] readme = "README.md" @@ -26,6 +26,7 @@ yapf = "^0.32.0" wheel = "^0.40.0" pydantic = "^1.10.7" psutil = ">=5.9.4" +requests = ">=2.30.0" [tool.poetry.extras] ui = ["PySide6"] @@ -37,6 +38,7 @@ isort = "*" black = {version = "*", allow-prereleases = true} pytest = "^6.2.4" pytest-cov = "^2.12.1" +requests = ">=2.30.0" Sphinx = { version = "^8.0.0", python = ">=3.10", optional = true } myst-parser = { version = "^4.0.0", python = ">=3.10,<4.0", optional = true }