Skip to content

Commit

Permalink
➕ Remove click-completion, add support for autodetection with shellin…
Browse files Browse the repository at this point in the history
…gham
  • Loading branch information
tiangolo committed Mar 15, 2020
1 parent 4d0c2bb commit 7d9bf41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Documentation = "https://typer.tiangolo.com/"

[tool.flit.metadata.requires-extra]
test = [
"click-completion",
"shellingham",
"pytest >=4.4.0",
"pytest-cov",
"coverage",
Expand All @@ -54,5 +54,5 @@ doc = [
]
all = [
"colorama",
"click-completion"
"shellingham"
]

1 comment on commit 7d9bf41

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.