Skip to content

Commit

Permalink
增加requests依赖; 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVzs committed Sep 27, 2024
1 parent 1186d14 commit 335f9ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "saint <[email protected]>"]
readme = "README.md"
Expand All @@ -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"]
Expand All @@ -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 }

Expand Down

0 comments on commit 335f9ff

Please sign in to comment.