Skip to content

Commit

Permalink
deps: Add missing runtime dependency on pip
Browse files Browse the repository at this point in the history
According to docs https://flit.pypa.io/en/stable/cmdline.html#flit-install:
> Flit calls pip to do the installation.

but pip was not specified as runtime dependency of flit.

Fixes: #646
Signed-off-by: Stanislav Levin <[email protected]>
  • Loading branch information
stanislavlevin committed May 16, 2023
1 parent c8ae08d commit 758006f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies = [
"requests",
"docutils",
"tomli-w",
"pip",
]
requires-python = ">=3.6"
readme = "README.rst"
Expand Down

0 comments on commit 758006f

Please sign in to comment.