summaryrefslogtreecommitdiff
path: root/src/agents/main/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/agents/main/pyproject.toml')
-rw-r--r--src/agents/main/pyproject.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/agents/main/pyproject.toml b/src/agents/main/pyproject.toml
new file mode 100644
index 0000000..20c98f3
--- /dev/null
+++ b/src/agents/main/pyproject.toml
@@ -0,0 +1,9 @@
+[project]
+name = "03-logs"
+version = "0.1.0"
+description = "Add your description here"
+readme = "README.md"
+requires-python = ">=3.13"
+dependencies = [
+ "openai>=2.8.0",
+]