uploadcare / pillow-simd

The friendly PIL fork
https://python-pillow.github.io/pillow-perf/
Other
2.12k stars 85 forks source link

How can I prevent packages installing Pillow? #88

Closed realiti4 closed 4 years ago

realiti4 commented 4 years ago

Hi, even though I have pillow-simd installed, packages that requires Pillow install it as a dependency everytime I install a new package, or upgrading an existing one. Is there a trick to prevent this like installing pillow-simd as just pillow or something? Thanks

homm commented 4 years ago

We are using #egg=pillow postfix in requirements.txt like this:

-e git+https://github.com/uploadcare/pillow-simd.git@simd/6.0.x#egg=pillow