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 738c20f commit fac9946Copy full SHA for fac9946
pyproject.toml
@@ -56,9 +56,9 @@ Source = "https://github.com/eadwinCode/ellar"
56
Homepage = "https://eadwincode.github.io/ellar/"
57
58
[project.optional-dependencies]
59
-# standard = [
60
-# "ellar-cli >=0.0.2,<5.0.0"
61
-# ]
+standard = [
+ "ellar-cli >=0.0.2,<5.0.0"
+]
62
test = [
63
"pytest >=6.2.4,<8.0.0",
64
"pytest-cov >=2.12.0,<5.0.0",
0 commit comments