We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pyproject
1 parent 10d7005 commit b455598Copy full SHA for b455598
examples/patient_intake_extraction_baml/pyproject.toml
@@ -4,3 +4,6 @@ version = "0.1.0"
4
description = "Extract structured information from patient intake forms using BAML."
5
requires-python = ">=3.10"
6
dependencies = ["cocoindex>=0.3.2", "python-dotenv>=1.0.1", "baml-py>=0.212.0"]
7
+
8
+[tool.setuptools]
9
+packages = []
0 commit comments