Skip to content

Commit a203957

Browse files
committed
Add missing PyYAML and types-PyYAML dependencies
1 parent ac3d85c commit a203957

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ docs = [
9696
all-optional = ["keyring"]
9797

9898
nox = ["nox"] # noxfile.py
99-
update-rtd-redirects = ["httpx", "rich"] # tools/update-rtd-redirects.py
99+
update-rtd-redirects = ["httpx", "rich", "PyYAML"] # tools/update-rtd-redirects.py
100100

101101
type-check = [
102102
# Actual type checker:
@@ -108,6 +108,7 @@ type-check = [
108108
"types-urllib3", # vendored (can be removed when we upgrade to urllib3 >= 2.0)
109109
"types-setuptools", # test dependency and used in distutils_hack
110110
"types-six", # via python-dateutil via freezegun (test dependency)
111+
"types-PyYAML", # update-rtd-redirects dependency
111112

112113
# Everything else that could contain type hints:
113114
{include-group = "test"},

0 commit comments

Comments
 (0)