Skip to content

Commit a5e7c9c

Browse files
authored
Merge pull request #21 from python-ellar/requirement_fix
fixed ellar-cli dependency
2 parents 101c733 + 332877a commit a5e7c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
]
3333

3434
dependencies = [
35-
"ellar >= 0.7.0",
35+
"ellar-cli >= 0.3.7",
3636
"sqlalchemy >= 2.0.23",
3737
"alembic >= 1.10.0"
3838
]

0 commit comments

Comments
 (0)