[19:27:01] <zware> Hi folks, any devpi experts around? I'm trying to figure out if there's a way to upload wheels for arbitrary packages to devpi without shadowing the whole project, such that if the project updates on PyPI I can still get the new version even if I haven't uploaded a wheel for it
[19:59:26] <pombreda> zware: you mean having some versions in your devpi and some versions on PyPI?
[20:01:55] <zware> pombreda: I mean having a devpi set up such that I can upload a wheel for, say, psycopg2==2.7.5, but still be able to `pip install --index-url=https://my.devpi/ 'psycopg2==2.8.3'` when it comes out later, before I've uploaded a wheel for that particular version
[20:02:16] <zware> pombreda: I finally found https://devpi.net/docs/devpi/devpi/latest/+d/userman/devpi_indices.html#modifying-the-mirror-whitelist which seems to possibly be what I'm looking for