Skip to content

Commit ef93c77

Browse files
authored
Merge pull request #247 from xylar/add-termcolor
Add `termcolor` dependency
2 parents 2a93eba + 1a336d7 commit ef93c77

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
@@ -25,6 +25,7 @@ requirements:
2525
- pyyaml
2626
- progressbar2
2727
- rsync
28+
- termcolor
2829

2930
test:
3031
source_files:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies = [
2727
"lxml",
2828
"pyyaml",
2929
"progressbar2",
30+
"termcolor",
3031
]
3132

3233
[project.optional-dependencies]

0 commit comments

Comments
 (0)