Skip to content

Commit ab98520

Browse files
committed
Change library dependencies
1 parent cb6eb1b commit ab98520

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dependencies = [
4444
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
4545
"tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3",
4646
"uvicorn[standard] == 0.20.0",
47+
"ellar >= 0.3.4"
4748
]
4849

4950
[project.scripts]
@@ -55,9 +56,6 @@ Source = "https://github.com/eadwinCode/ellar-cli"
5556
Homepage = "https://eadwincode.github.io/ellar-cli/"
5657

5758
[project.optional-dependencies]
58-
full = [
59-
"ellar >= 0.2.2"
60-
]
6159
test = [
6260
"pytest >=7.1.3,<8.0.0",
6361
"pytest-cov >=2.12.0,<5.0.0",

0 commit comments

Comments
 (0)