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.
1 parent 2a93eba commit 1a336d7Copy full SHA for 1a336d7
conda/meta.yaml
@@ -25,6 +25,7 @@ requirements:
25
- pyyaml
26
- progressbar2
27
- rsync
28
+ - termcolor
29
30
test:
31
source_files:
pyproject.toml
@@ -27,6 +27,7 @@ dependencies = [
"lxml",
"pyyaml",
"progressbar2",
+ "termcolor",
]
32
33
[project.optional-dependencies]
0 commit comments