11 lines
219 B
TOML
11 lines
219 B
TOML
[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",
|
|
"python-dotenv>=1.2.2",
|
|
]
|