kivy-ios/requirements.txt
Mathieu Virbel f288af58d5 launchimage: sips is broken, code using Pillow
sips issues:
- -Z apply on the destination
- -p doesn't work anymore
- --padColor is ignored

Reimplementation using Pillow also allow us to detect the lower/left pixel to determinate background color
of the launchimages.
2019-09-29 12:00:07 +02:00

4 lines
44 B
Plaintext

pbxproj==2.5.1
Pillow>=6.1.0
requests>=2.13