From 94f0bf557aed818bef5dc47033a6a991684c4617 Mon Sep 17 00:00:00 2001 From: Michael W <50232075+YishiMichael@users.noreply.github.com> Date: Wed, 10 Nov 2021 00:21:04 +0800 Subject: [PATCH] Add `skia-pathops` package --- requirements.txt | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index e10b4521..31900962 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ mapbox-earcut matplotlib moderngl moderngl_window +skia-pathops pydub pygments pyyaml diff --git a/setup.cfg b/setup.cfg index 4b90f1d2..9b073cc1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,6 +28,7 @@ install_requires = matplotlib moderngl moderngl_window + skia-pathops pydub pygments pyyaml