Skip to content

Commit 4a2011b

Browse files
authored
Merge pull request doccano#1209 from doccano/fix/doccano#1208
Add auto-labeling-pipeline to a dependency in setup.py
2 parents a3efab8 + 905c9f9 commit 4a2011b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
'python-jose>=3.2.0',
3535
'seqeval>=1.2.2',
3636
'social-auth-app-django>=4.0.0',
37-
'whitenoise>=5.2.0'
37+
'whitenoise>=5.2.0',
38+
'auto-labeling-pipeline>=0.1.12'
3839
]
3940

4041
setup(

0 commit comments

Comments
 (0)