Browse Source

Add auto-labeling-pipeline to a dependency in setup.py, fix #1208

pull/1209/head
Hironsan 4 years ago
parent
commit
905c9f91a6
1 changed files with 2 additions and 1 deletions
  1. 3
      setup.py

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

Loading…
Cancel
Save