Skip to content

Commit

Permalink
[WIP]for test perpose only
Browse files Browse the repository at this point in the history
  • Loading branch information
KMerdan committed Jan 2, 2025
1 parent 2f6bfe8 commit 7bdedbe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = false

[[tool.mypy.overrides]]
module = ["MeCab.*"]
ignore_missing_imports = true

############################################################
# [ Main ] Dependency group
############################################################
Expand Down Expand Up @@ -53,6 +57,7 @@ langfuse = "~2.51.3"
langsmith = "~0.1.77"
mailchimp-transactional = "~1.0.50"
markdown = "~3.5.1"
mecab-python3 = "^1.0.6" # MeCab Python bindings
nomic = "~3.1.2"
novita-client = "~0.5.7"
numpy = "~1.26.4"
Expand Down Expand Up @@ -87,6 +92,7 @@ tiktoken = "~0.8.0"
tokenizers = "~0.15.0"
transformers = "~4.35.0"
types-pytz = "~2024.2.0.20241003"
unidic-lite = "^1.0.8"
unstructured = { version = "~0.16.1", extras = ["docx", "epub", "md", "msg", "ppt", "pptx"] }
validators = "0.21.0"
volcengine-python-sdk = {extras = ["ark"], version = "~1.0.98"}
Expand Down

0 comments on commit 7bdedbe

Please sign in to comment.