level12 / reqs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sync_pipx shouldn't sync, just install the package

rsyring opened this issue · comments

And assume the project has specified all the settings correctly.

Could also add the ability to, in the config, specify optional dependencies when installing the package:

[tool.reqs]
sync_pipx = true

# Like doing `pipx install somepackage[foo,bar]`
synx_pipx_extras = 'foo,bar'