pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fast and scales from one server to thousands.
Currently in the pip.packages operation, the latest parameter is only handled when packages argument is passed. This PR adds --upgrade to the final command when only a requirements file is specified.
Currently in the pip.packages operation, the
latest
parameter is only handled when packages argument is passed. This PR adds--upgrade
to the final command when only a requirements file is specified.