One example, which mimics the `--find-links` behavior of pip when pex is doing resolution, from our pants.ini:
```
[python-repos]
repos: [
'%(buildroot)s/.wheelhouse'
]
```
`.wheelhouse` is a directory that our bootstrapping scripts maintain which contains a bunch of (potentially platform specific) wheels that define the universe of third party python dependencies available to pants for resolution.