File size: 526 Bytes
0a40afa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# pyproject.toml for project dependencies and uv-lock

[project]
name = "filetorecord"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "azure-ai-documentintelligence>=1.0.2",
    "openai>=1.78.1",
    "openai-agents>=0.0.14",
    "pydantic>=2.11.4",
    "pymupdf>=1.25.5",
    "python-dotenv>=1.1.0",
    "pydantic-settings>=2.1.0",
    "pyyaml>=6.0.2",
    "ruff>=0.11.9",
    "streamlit>=1.45.1",
    "pandas>=2.2.3",
    "uvicorn>=0.34.2",
]