WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 5d3779f

Browse files
committed
chore: declare certifi and httpcore as direct dependencies
Close #3243 Signed-off-by: Frost Ming <[email protected]>
1 parent 03eeec1 commit 5d3779f

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

pdm.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ dependencies = [
3737
"pbs-installer>=2024.4.18",
3838
"httpx[socks]<1,>0.20",
3939
"filelock>=3.13",
40+
"httpcore>=1.0.6",
41+
"certifi>=2024.8.30",
4042
]
4143
readme = "README.md"
4244
keywords = ["packaging", "dependency", "workflow"]
@@ -106,7 +108,7 @@ doc = {cmd = "mkdocs serve", help = "Start the dev server for docs preview"}
106108
lint = "pre-commit run --all-files"
107109
complete = {call = "tasks.complete:main", help = "Create autocomplete files for bash and fish"}
108110

109-
[tool.pdm.dev-dependencies]
111+
[dependency-groups]
110112
test = [
111113
"pdm[pytest]",
112114
"pytest-cov",

0 commit comments

Comments
 (0)