diff options
| author | Yuval Adam <_@yuv.al> | 2025-03-06 13:50:12 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-03-06 13:50:12 +0100 |
| commit | d6fe8443a8bb6eeedaa7f8cb1f25f46491089c57 (patch) | |
| tree | 41a89542f38b779428130f17ed9a32127a6df6bd /pyproject.toml | |
| parent | badb469e09ff105a7a8418be2b1e5a1495d6d94a (diff) | |
Add claude llm and ask command
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
