Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit 592d8f7

Browse files
authored
Merge pull request #97
cythonize dartscloen
2 parents a3e4107 + ac121ba commit 592d8f7

File tree

13 files changed

+32
-1030
lines changed

13 files changed

+32
-1030
lines changed

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
sortedcontainers >= 2.1.0, < 2.2.0
2-
setuptools_scm
3-
# flake8 >= 3.7.7, < 3.8.0
4-
# flake8-import-order >= 0.18.1, < 0.19.0
5-
# flake8-buitins >= 1.4.1, < 1.5.0
1+
sortedcontainers~=2.1.0
2+
dartsclone~=0.6.0
3+
# flake8
4+
# flake8-import-order
5+
# flake8-buitins
66
https://object-storage.tyo2.conoha.io/v1/nc_2520839e1f9641b08211a5c85243124a/sudachi/SudachiDict_core-20190718.tar.gz
7+

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
"console_scripts": ["sudachipy=sudachipy.command_line:main"],
3131
},
3232
install_requires=[
33-
"sortedcontainers>=2.1.0,<2.2.0"
33+
"sortedcontainers~=2.1.0",
34+
'dartsclone~=0.6.0',
35+
3436
],
3537
)

sudachipy/dartsclone/__init__.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

sudachipy/dartsclone/bitvector.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)