How do I install pillow on Windows pypy with png support.
I tried
pypy -m pip install --use-wheel pillow
This does not find a wheel file (for pypy), so it creates pillow, but does not include png support because it does not find zlib.
I don't want to modify the setup.py, because I want to do this on multiple machines.