Skip to content

Commit 20098b3

Browse files
committed
Add missing dependency.
The `odk` script requires the `requests` module (used by the `setup` command to download online files). It is automatically installed as an indirect dependency of several packages required by the `workflows` extra, but we don't want to have to install those extra packages just to run the seeding script.
1 parent 1defde6 commit 20098b3

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
@@ -23,6 +23,7 @@ dependencies = [
2323
"defusedxml",
2424
"jinja2",
2525
"pyyaml",
26+
"requests"
2627
]
2728

2829
[project.urls]

0 commit comments

Comments
 (0)