[435c0f]: / qa_rag / pyproject.toml

Download this file

16 lines (12 with data), 315 Bytes

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