File size: 980 Bytes
8d7e3f4
 
 
 
 
75568d2
8d7e3f4
 
 
 
 
 
 
 
279fcbd
75568d2
 
103c97e
 
369993f
279fcbd
 
8d7e3f4
 
 
 
75568d2
8d7e3f4
 
 
 
 
27ad088
8d7e3f4
f1afcb2
 
 
 
 
 
 
8d7e3f4
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[tool.pytest.ini_options]
addopts = [
    "--import-mode=importlib",
]
[project]
name = "know_lang_bot"
version = "0.1.0"
description = ""
authors = [
    {name = "gabhyun kim",email = "[email protected]"}
]
readme = "README.md"
requires-python = ">=3.10, <4.0"
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)"
]

[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"

[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"