mwilliamson / python-vendorize

Vendorize packages from PyPI
BSD 2-Clause "Simplified" License
95 stars 13 forks source link

rerunable python-vendorize #9

Open derek-dalle opened 3 years ago

derek-dalle commented 3 years ago

Is there any problem with adding --upgrade to the pip install command in the vendorize main module? I'd like to be able to just rerun the python-vendorize command if I want a newer version of a vendorized package, and rerunning the pip command manually doesn't do all the great rewrite_import() things you have done. I can't think of what problems adding --upgrade might cause, but maybe there's some issue I'm not thinking of.

pombredanne commented 1 year ago

@derek-dalle It would be nice to have this as a command line option IMHO.

polw-zi commented 2 days ago

@mwilliamson Would you accept a contribution of this?