about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-10-19 18:16:45 +0200
committerBaitinq <[email protected]>2025-10-19 18:17:00 +0200
commit2733e5856998101fb5d96a9f4e0eabf5403cf3d0 (patch)
treeb19540a27db05c9dd06add87038aae797cb16c4c /pyproject.toml
parentInitial commit (diff)
downloadagent-2733e5856998101fb5d96a9f4e0eabf5403cf3d0.tar.gz
agent-2733e5856998101fb5d96a9f4e0eabf5403cf3d0.tar.bz2
agent-2733e5856998101fb5d96a9f4e0eabf5403cf3d0.zip
dummy example
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index df5dc10..ed5bf94 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,4 +4,6 @@ version = "0.1.0"
 description = "Add your description here"
 readme = "README.md"
 requires-python = ">=3.13"
-dependencies = []
+dependencies = [
+    "openai-agents>=0.4.0",
+]