pypa / flit

Simplified packaging of Python modules
https://flit.pypa.io/
BSD 3-Clause "New" or "Revised" License
2.16k stars 132 forks source link

deps: Add missing runtime dependency on pip #647

Closed stanislavlevin closed 10 months ago

stanislavlevin commented 1 year ago

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: https://github.com/pypa/flit/issues/646

takluyver commented 10 months ago

Closed and reopened because the CI didn't seem to have run for some reason. It's running now, and I think this change makes sense.

takluyver commented 10 months ago

Thanks!