Skip to content

Commit

Permalink
fix deps (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuhey authored Jul 9, 2020
1 parent 6caebc4 commit 384e65a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 82 deletions.
106 changes: 33 additions & 73 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 5 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ dataclasses = "^0.6"
toolz = "^0.10.0"

[tool.poetry.extras]
all = [ "allennlp", "Cython", "mojimoji2", "unofficial-pyknp", "mecab-python3", "unofficial-udify",]
all = [ "allennlp", "mojimoji", "unofficial-pyknp", "mecab-python3", "unofficial-udify",]
allennlp = [ "allennlp", "boto3",]
udify = [ "allennlp", "unofficial-udify", "boto3",]
juman = [ "Cython", "mojimoji2", "unofficial-pyknp",]
juman = ["mojimoji", "unofficial-pyknp",]
mecab = [ "mecab-python3",]

[tool.poetry.dev-dependencies]
Expand Down Expand Up @@ -75,20 +75,16 @@ optional = true
version = "^0.2.1"
optional = true

[tool.poetry.dependencies.Cython]
version = "*"
optional = true

[tool.poetry.dependencies.mojimoji2]
version = "*"
[tool.poetry.dependencies.mojimoji]
version = "^0.0.11"
optional = true

[tool.poetry.dependencies.unofficial-pyknp]
version = "*"
optional = true

[tool.poetry.dependencies.mecab-python3]
version = "^0.996.3"
version = ">=1.0,<1.1"
optional = true

[tool.poetry.dev-dependencies.isort]
Expand Down

0 comments on commit 384e65a

Please sign in to comment.