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

Merge pull request #552 from h5rdly/master

Updating pillow dependency
Peter Justin 5 лет назад
Родитель
Сommit
9435c27fc2
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      requirements.txt
  2. 1 1
      setup.py

+ 1 - 1
requirements.txt

@@ -36,7 +36,7 @@ Mako==1.1.0
 MarkupSafe==1.1.1
 mistune==0.8.4
 olefile==0.46
-Pillow==6.2.0
+Pillow==7.1.2
 pluggy==0.13.0
 Pygments==2.4.2
 python-dateutil==2.8.0

+ 1 - 1
setup.py

@@ -73,7 +73,7 @@ install_requires = [
     "MarkupSafe>=1.0",
     "mistune>=0.8.3",
     "olefile>=0.45.1",
-    "Pillow>=5.1.0",
+    "Pillow>=7.1.2",
     "pluggy>=0.6.0",
     "Pygments>=2.2.0",
     "python-dateutil>=2.7.3",