summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 56356ebcbd53bd9eee87c2737f2535b52ee8a140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[project]
name = "llm-council"
version = "0.1.0"
description = "Your LLM Council"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "fastapi>=0.115.0",
    "uvicorn[standard]>=0.32.0",
    "python-dotenv>=1.0.0",
    "httpx>=0.27.0",
    "pydantic>=2.9.0",
]