This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
v1.3.0
- support for
-e
option, #32 - support for URLs in
requirements.txt
. now it is possible to install Pillow from my fork. All you need to do is puthttps://github.com/garbas/Pillow/archive/pkg-config.tar.gz#egg=Pillow
into yourrequirements.txt
, #54 - use requests library instead of aiohttp, which fixed
concurrent.futures._base.TimeoutError
errors, #51 - during stage1 LANG is set to
en_US.UTF-8
- parent python environment was causing recursion