Browse Source

Merge pull request #1280 from doccano/fix/#1278

Add dj-rest-auth to setup.py
pull/1287/head v1.2.4
Hiroki Nakayama 3 years ago
committed by GitHub
parent
commit
e038990464
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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