aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 3f9f3ce5e5f2e98109b9d447fdab6f1218b972c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[project]
name = "blablador"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "langchain>=1.1.3",
    "langchain-community>=0.4.1",
    "langchain-ollama>=1.0.1",
    "requests>=2.32.5",
    "ruff>=0.14.9",
]