Skip to content

Commit

Permalink
add missing typer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jsj authored and mrjsj committed Dec 26, 2024
1 parent 94c7e59 commit a8d5e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies = [
"sqlglot<25.19,>=23.4",
"polars-lts-cpu==1.16.0 ; sys_platform == 'darwin'",
"polars==1.16.0 ; sys_platform == 'win32' or sys_platform == 'linux'",
"typer>=0.15.1",
]

[project.urls]
Expand Down

0 comments on commit a8d5e95

Please sign in to comment.