Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

v1.3.0

Compare
Choose a tag to compare
@garbas garbas released this 25 Jul 02:16
· 487 commits to master since this release
  • 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 put https://github.com/garbas/Pillow/archive/pkg-config.tar.gz#egg=Pillow into your requirements.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