Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed ellar-cli dependency
  • Loading branch information
eadwinCode committed Mar 4, 2024
commit 332877a47beea56935c7cef5ee43e368d35a9aa3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
]

dependencies = [
"ellar >= 0.7.0",
"ellar-cli >= 0.3.7",
"sqlalchemy >= 2.0.23",
"alembic >= 1.10.0"
]
Expand Down