We are successfully running a relaying devpi
server, serving our private libraries. The server is able to serve the libraries that we upload, and relay the rest to the standard PyPi
.
Recently, we have been forced to customize a third-party library, and we are serving our customized version with in our devpi
server. This is working fine. But I have just realized that other versions of this library, which are not hosted in our devpi
, but in the standard PyPi
, are not being served.
How can I configure devpi
to serve our libraries/versions, and relay everything else to PyPi
?