Skip to content

Commit 12b4d8b

Browse files
committed
Delete python-crfsuite from requirements
1 parent 7a41b7b commit 12b4d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"""
3636

3737
requirements = [
38-
"python-crfsuite>=0.9.6",
3938
"requests>=2.22.0",
4039
"tinydb>=3.0",
4140
]
@@ -101,6 +100,7 @@
101100
"tltk>=1.3.8",
102101
"oskut>=1.3",
103102
"nlpo3>=1.2.1",
103+
"python-crfsuite>=0.9.6",
104104
],
105105
}
106106

0 commit comments

Comments
 (0)