Skip to content

Commit 61fd66d

Browse files
authored
Merge pull request #315 from xylar/add-requests-where-missing
Add requests dependency where missing
2 parents 3e1fb81 + 5eaf5cf commit 61fd66d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

conda/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ requirements:
2323
- jinja2
2424
- lxml
2525
- pyyaml
26+
- requests
2627
- rsync
2728
- termcolor
2829
- tqdm

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies = [
2525
"jinja2",
2626
"lxml",
2727
"pyyaml",
28+
"requests",
2829
"termcolor",
2930
"tqdm"
3031
]

0 commit comments

Comments
 (0)