Browse Source
Merge pull request #1209 from doccano/fix/#1208
Add auto-labeling-pipeline to a dependency in setup.py
pull/1212/head
v1.2.1
Hiroki Nakayama
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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( |
|
|
|