(no commit message)

This commit is contained in:
2025-10-25 01:58:09 -04:00
parent bf8f7bf3c9
commit 5caa4cd9b1
3 changed files with 34 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "receipt-classifier"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["dspy>=3.0.3", "modaic>=0.4.0"]