Browse Source

Add dj-rest-auth to setup.py, fix #1278

pull/1280/head
Hironsan 4 years ago
parent
commit
40acf71f3b
1 changed files with 2 additions and 1 deletions
  1. 3
      setup.py

3
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(

Loading…
Cancel
Save