doctorecord / src /pyproject.toml
levalencia's picture
Update Dockerfile to use new app entry point and enhance requirements.txt with additional dependencies. Remove obsolete streamlit_app.py file.
0a40afa
# 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",
]