Skip to content

Commit 0baa5ee

Browse files
authored
Merge pull request #38 from eadwinCode/cli_optional_requirement
Made CLI tool an optional requirement
2 parents 738c20f + fac9946 commit 0baa5ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Source = "https://github.com/eadwinCode/ellar"
5656
Homepage = "https://eadwincode.github.io/ellar/"
5757

5858
[project.optional-dependencies]
59-
# standard = [
60-
# "ellar-cli >=0.0.2,<5.0.0"
61-
# ]
59+
standard = [
60+
"ellar-cli >=0.0.2,<5.0.0"
61+
]
6262
test = [
6363
"pytest >=6.2.4,<8.0.0",
6464
"pytest-cov >=2.12.0,<5.0.0",

0 commit comments

Comments
 (0)