From eb0eb26f4cefa4880c895ff017f312e8674f9b73 Mon Sep 17 00:00:00 2001 From: karpathy Date: Sat, 22 Nov 2025 14:27:53 -0800 Subject: v0 --- pyproject.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..56356eb --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,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", +] -- cgit v1.2.3