Skip to content

Commit df9f19f

Browse files
authored
Merge pull request #6 from eadwinCode/package_dep_fix
Package dependency Fix
2 parents 233bc8f + 148711b commit df9f19f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ classifiers = [
4040
]
4141

4242
dependencies = [
43-
"ellar >= 0.2.2",
4443
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
4544
"tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3",
4645
"uvicorn[standard] == 0.18.3",
@@ -55,6 +54,9 @@ Source = "https://github.com/eadwinCode/ellar-cli"
5554
Homepage = "https://eadwincode.github.io/ellar-cli/"
5655

5756
[project.optional-dependencies]
57+
full = [
58+
"ellar >= 0.2.2"
59+
]
5860
test = [
5961
"pytest >=7.1.3,<8.0.0",
6062
"pytest-cov >=2.12.0,<4.0.0",

0 commit comments

Comments
 (0)