summaryrefslogtreecommitdiff
path: root/src/agents/main/pyproject.toml
blob: 60220b1b24a4cb7121d3f65c148ffe7e162a3d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[project]
name = "03-logs"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "anthropic>=0.75.0",
    "openai>=2.8.0",
    "pyyaml>=6.0.3",
    "python-dotenv>=1.0.0",
]