From 905c9f91a643023296b3def3b87d35ec641d5f94 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Fri, 19 Feb 2021 17:06:11 +0900 Subject: [PATCH] Add auto-labeling-pipeline to a dependency in setup.py, fix #1208 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 15a723b0..de5f683c 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,8 @@ required = [ 'python-jose>=3.2.0', 'seqeval>=1.2.2', 'social-auth-app-django>=4.0.0', - 'whitenoise>=5.2.0' + 'whitenoise>=5.2.0', + 'auto-labeling-pipeline>=0.1.12' ] setup(