File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ docs = [
96
96
all-optional = [" keyring" ]
97
97
98
98
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
100
100
101
101
type-check = [
102
102
# Actual type checker:
@@ -108,6 +108,7 @@ type-check = [
108
108
" types-urllib3" , # vendored (can be removed when we upgrade to urllib3 >= 2.0)
109
109
" types-setuptools" , # test dependency and used in distutils_hack
110
110
" types-six" , # via python-dateutil via freezegun (test dependency)
111
+ " types-PyYAML" , # update-rtd-redirects dependency
111
112
112
113
# Everything else that could contain type hints:
113
114
{include-group = " test" },
You can’t perform that action at this time.
0 commit comments