summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
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