switches to uv

This commit is contained in:
2026-05-27 08:58:58 -07:00
parent 366d776493
commit 127f1486be
5 changed files with 437 additions and 48 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "glimpse2"
version = "0.1.0"
description = "PDF invoice extraction using OpenAI"
requires-python = ">=3.11"
dependencies = [
"openai==1.109.1",
"pydantic==2.13.4",
]