a | b/qa_rag/pyproject.toml | ||
---|---|---|---|
1 | [tool.poetry] |
||
2 | name = "qa-rag" |
||
3 | version = "0.1.0" |
||
4 | description = "" |
||
5 | authors = ["jwoongkim11 <rlawodnd1127@gmail.com>"] |
||
6 | readme = "README.md" |
||
7 | packages = [{include = "qa_rag", from = "src"}] |
||
8 | |||
9 | [tool.poetry.dependencies] |
||
10 | python = "^3.8" |
||
11 | |||
12 | |||
13 | [build-system] |
||
14 | requires = ["poetry-core"] |
||
15 | build-backend = "poetry.core.masonry.api" |