my goal in setting up bandersnatch is to allow for projects installation in venues where internet might not be accessible. So we want an offline proxy.
we know ahead of time the required packages, either a pip freeze or pip-compile will let us build a requirements.txt
Hi,
my goal in setting up bandersnatch is to allow for projects installation in venues where internet might not be accessible. So we want an offline proxy.
we know ahead of time the required packages, either a
pip freeze
orpip-compile
will let us build arequirements.txt
so an option to configure like
would be most convenient