Skip to content

Commit

Permalink
deps: use new kytea (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt authored Jan 13, 2024
1 parent 4a5a33d commit 467a01f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
88 changes: 44 additions & 44 deletions poetry.lock

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

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.8.0"
boto3 = {version = "^1.34.0", optional = true}
fastapi = {version = "<1.0.0", optional = true}
janome = {version = "^0.5.0", optional = true}
kytea = {version = "^0.1.8", optional = true}
nagisa = {version = "^0.2.7", optional = true}
natto-py = {version = "^1.0.0", optional = true}
kytea = {version = "^0.1.4", optional = true}
pydata-sphinx-theme = {version = "^0.10.1", optional = true}
rich = {version = "^13.7.0", optional = true}
requests = "<3.0.0"
sentencepiece = {version = "^0.1.85", optional = true}
sudachipy = {version = "^0.5.0", optional = true}
boto3 = {version = "^1.34.0", optional = true}
fastapi = {version = "<1.0.0", optional = true}
uvicorn = {version = "<0.26.0", optional = true}
sudachidict-core = {version = "20230927", optional = true}
sphinx = {version = "^5.1.1", optional = true}
pydata-sphinx-theme = {version = "^0.10.1", optional = true}
nagisa = {version = "^0.2.7", optional = true}
rich = {version = "^13.7.0", optional = true}
requests = "<3.0.0"
uvicorn = {version = "<0.26.0", optional = true}

[tool.poetry.extras]
janome = ["janome"]
Expand Down

0 comments on commit 467a01f

Please sign in to comment.