From 40acf71f3b5e4eb27c884fa0964a9151d19d8bb1 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Wed, 31 Mar 2021 05:40:36 +0900 Subject: [PATCH] Add dj-rest-auth to setup.py, fix #1278 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de5f683c..9001f3ff 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,8 @@ required = [ 'seqeval>=1.2.2', 'social-auth-app-django>=4.0.0', 'whitenoise>=5.2.0', - 'auto-labeling-pipeline>=0.1.12' + 'auto-labeling-pipeline>=0.1.12', + 'dj-rest-auth>=2.1.4' ] setup(