From c4bf33bfd23c07ce6010dd5446f480121c3230e6 Mon Sep 17 00:00:00 2001 From: dongdaxiang Date: Sun, 7 Jun 2020 18:46:42 +0800 Subject: [PATCH] add dependency --- python/setup.py.app.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/setup.py.app.in b/python/setup.py.app.in index 77099e66..1ee1cabb 100644 --- a/python/setup.py.app.in +++ b/python/setup.py.app.in @@ -42,7 +42,8 @@ if '${PACK}' == 'ON': REQUIRED_PACKAGES = [ - 'six >= 1.10.0', 'sentencepiece', 'opencv-python', 'pillow' + 'six >= 1.10.0', 'sentencepiece', 'opencv-python', 'pillow', + 'shapely', 'pyclipper' ] packages=['paddle_serving_app', -- GitLab