Skip to content

Commit

Permalink
Fix typer[all] is no longer valid
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Oct 2, 2024
1 parent f788b97 commit 437c307
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ classifiers = [
]
dependencies = [
"build >=0.9,<1.3",
"typer[all] >=0.6.1,<0.13.0",
"typer >=0.6.1,<0.13.0",
"rich >=10.11.0",
"shellingham >=1.3.0",
"setuptools >=69.2,<75.0; python_version >= \"3.12\"",
]
requires-python = ">=3.9,<4.0"
Expand Down
8 changes: 6 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 437c307

Please sign in to comment.