Skip to content

Commit

Permalink
cli: remove yohane dep
Browse files Browse the repository at this point in the history
no one will only install the cli without the lib parent package
  • Loading branch information
NextFire committed Oct 15, 2024
1 parent 0fc87bb commit 4c1acf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 1 addition & 5 deletions uv.lock

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

5 changes: 1 addition & 4 deletions yohane-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name = "yohane-cli"
version = "0.1.0"
authors = [{ name = "NextFire", email = "[email protected]" }]
requires-python = ">=3.10"
dependencies = ["yohane", "typer-slim[standard]==0.12.5"]

[tool.uv.sources]
yohane = { workspace = true }
dependencies = ["typer-slim[standard]==0.12.5"]

[project.scripts]
yohane = "yohane_cli:app"
Expand Down

0 comments on commit 4c1acf2

Please sign in to comment.