Skip to content

Commit aff73a9

Browse files
committed
chore(deps): add missing requests dependency
requests is being imported in `interlinks.py` in the latest release but it isn't listed as a dependency
1 parent 45a5e16 commit aff73a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dependencies = [
3939
"importlib-resources >= 5.10.2",
4040
"pydantic",
4141
"pyyaml",
42+
"requests",
4243
"typing-extensions >= 4.4.0",
4344
"watchdog >= 3.0.0",
4445
"plum-dispatch < 2.0.0; python_version < '3.10'",

0 commit comments

Comments
 (0)