Skip to content

Commit

Permalink
Move click and rich to the dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
shunichironomura committed Feb 26, 2024
1 parent d3b6a54 commit e17c961
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ packages = [{ include = "capsula" }]

[tool.poetry.dependencies]
python = ">=3.8"
click = ">=8.1.3"
pydantic = ">=2.0.2"
py-cpuinfo = ">=9.0.0"
gitpython = ">=3.1.31"
tomli = { version = ">=2.0.1", python = "<3.11" }
typing-extensions = { version = ">=4.7.1", python = "<3.11" }
orjson = ">=3.9.10"
typer = ">=0.9.0"
rich = ">=13.7.0"
eval-type-backport = { version = ">=0.1.3", python = "<3.10" }

[tool.poetry.group.dev.dependencies]
Expand All @@ -38,6 +36,11 @@ coverage = "7.4.3"
genbadge = { extras = ["coverage"], version = "1.1.1" }
tomli-w = "1.0.0"

[tool.poetry.group.examples.dependencies]
click = ">=8.1.3"
rich = ">=13.7.0"


[tool.poetry.scripts]
capsula = "capsula._cli:app"

Expand Down

0 comments on commit e17c961

Please sign in to comment.