We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e1fb81 + 5eaf5cf commit 61fd66dCopy full SHA for 61fd66d
conda/meta.yaml
@@ -23,6 +23,7 @@ requirements:
23
- jinja2
24
- lxml
25
- pyyaml
26
+ - requests
27
- rsync
28
- termcolor
29
- tqdm
pyproject.toml
@@ -25,6 +25,7 @@ dependencies = [
"jinja2",
"lxml",
"pyyaml",
+ "requests",
"termcolor",
30
"tqdm"
31
]
0 commit comments