From d6fe8443a8bb6eeedaa7f8cb1f25f46491089c57 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 6 Mar 2025 13:50:12 +0100 Subject: Add claude llm and ask command --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index addf1ff..8ba407a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,15 +1,16 @@ [project] name = "strangeloop" -version = "0.0.1" +version = "0.1.0" description = "A recursive and self-referential AI agent framework" readme = "README.md" requires-python = ">=3.13" dependencies = [ "click>=8.1.8", + "requests>=2.32.3", ] [project.scripts] strangeloop = "strangeloop.cli:cli" [tool.uv] -package = true \ No newline at end of file +package = true -- cgit v1.3.1