Skip to content

Commit

Permalink
add click depenency
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Feb 9, 2024
1 parent 2025e29 commit 810f48b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ classifiers = [
]

requires-python = ">=3.6, <3.13"
dependencies = [
"click >=7.0, <9.0"
]

[project.urls]
Homepage = "https://github.com/igordejanovic/parglare"
Expand All @@ -50,10 +53,6 @@ name = "parglare"
exclude = ["**/.*"]

[project.optional-dependencies]
cli = [
"click >=7.0, <9.0"
]

dev = [
"ruff",
"flit",
Expand Down

0 comments on commit 810f48b

Please sign in to comment.