File size: 1,231 Bytes
8d7e3f4
 
 
 
 
60532a1
8d7e3f4
 
 
 
 
 
212ff4c
8d7e3f4
279fcbd
75568d2
 
103c97e
 
369993f
279fcbd
212ff4c
cf5c1e2
 
8d7e3f4
 
 
 
60532a1
8d7e3f4
 
ad887b7
 
8d7e3f4
 
 
27ad088
8d7e3f4
f1afcb2
 
 
 
 
 
 
e5bfc68
 
 
 
 
 
 
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
47
48
49
50
51
52
53
54
55
56
57
[tool.pytest.ini_options]
addopts = [
    "--import-mode=importlib",
]
[project]
name = "knowlang"
version = "0.1.0"
description = ""
authors = [
    {name = "gabhyun kim",email = "[email protected]"}
]
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)",
    "mixpanel (>=4.10.1,<5.0.0)"
]

[tool.poetry]
packages = [
    { include = "knowlang", from="src" },
]

[tool.poetry.scripts]
knowlang = "knowlang.cli:cli_main"

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