[tool.pytest.ini_options] addopts = [ "--import-mode=importlib", ] [project] name = "know_lang_bot" version = "0.1.0" description = "" authors = [ {name = "gabhyun kim",email = "kimgb415@gmail.com"} ] readme = "README.md" requires-python = ">=3.10, <3.13" dependencies = [ "pydantic-ai[logfire] (>=0.0.20,<0.0.21)", "gitpython (>=3.1.44,<4.0.0)", "tree-sitter (>=0.24.0,<0.25.0)", "tree-sitter-python (>=0.23.6,<0.24.0)", "pydantic-settings (>=2.7.1,<3.0.0)", "chromadb (>=0.6.3,<0.7.0)", "ollama (>=0.4.7,<0.5.0)", "gradio (>=5.13.1,<6.0.0)", "voyageai (>=0.3.2,<0.4.0)" ] [tool.poetry] packages = [ { include = "know_lang_bot", from="src" }, ] [tool.poetry.group.dev.dependencies] pytest = "^8.3.4" pytest-asyncio = "^0.25.2" [tool.poetry.group.huggingface] optional=true [tool.poetry.group.huggingface.dependencies] torch = "^2.6.0" transformers = "^4.48.2" [tool.poetry.group.evaluations] optional=true [tool.poetry.group.evaluations.dependencies] matplotlib = "^3.10.0" seaborn = "^0.13.2" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api"