summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 3a08a1889d60c16d0c1036ce6a6b2eafd97540f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.poetry]
name = "rag"
version = "0.1.0"
description = ""
authors = ["Gustaf Rydholm <gustaf.rydholm@gmail.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
ollama = "^0.1.8"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"