Просмотр исходного кода

Pillow support for Python 3.6

If you keep it at Pillow 3, you will get this error when running with Python 3.6 on x64 Windows 10 machine. 
``ValueError: zlib is required unless explicitly disabled using --disable-zlib, aborting``
Sanjay 8 лет назад
Родитель
Сommit
b7aabefb9a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -10,7 +10,7 @@ fake-factory~=0.7.2
 html5lib<0.99999999,>=0.999
 markdown~=2.6.7
 path.py~=9.0
-pillow~=3.4.2
+pillow~=4.0.0
 psycopg2~=2.6.2
 pytz
 requests<3