forked from OS3Lab/patch-backporting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (25 loc) · 741 Bytes
/
Copy pathpyproject.toml
File metadata and controls
27 lines (25 loc) · 741 Bytes
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
[project]
name = "patch-backporting"
version = "0.0.1"
description = "Automated patch backporting tool using latest LLMs."
authors = [
{name = "hai119", email = "lzy445850071@gmail.com"},
{name = "Zhaoyang Li", email = "lzy445850071@gmail.com"},
{name = "Song Jingyi", email = "jingyisong@hust.edu.cn"},
{name = "EarthCompass", email = "mx_xiang@hust.edu.cn"},
{name = "jingfelix", email = "jingfelix@outlook.com"},
]
dependencies = [
"langchain>=0.2.2",
"python-dotenv>=1.0.1",
"GitPython>=3.1.43",
"Levenshtein>=0.25.1",
"langchain-openai>=0.1.8",
"rich>=13.7.1",
"PyYAML>=6.0.1",
]
requires-python = ">=3.10"
readme = "README.md"
license = {text = "None"}
[tool.pdm]
distribution = false