From c2047f569ebae8dcface63df2911d94c97a8d15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 3 Feb 2021 15:49:25 +0100 Subject: [PATCH] added required libraries for Pillow. --- .builds/debian.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.builds/debian.yml b/.builds/debian.yml index 849366b..e307f34 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -6,6 +6,9 @@ packages: - python3-dev - python3-pip - python3-venv + - libjpeg8-dev + - libpng-dev + - libfreetype6-dev environment: project: stegano tasks: