23 lines
346 B
Plaintext
23 lines
346 B
Plaintext
# Core Dependencies
|
|
pydantic==2.10.5
|
|
pydantic-settings==2.7.1
|
|
|
|
# Web Framework
|
|
fastapi==0.115.6
|
|
uvicorn[standard]==0.34.0
|
|
|
|
# Document Processing
|
|
PyPDF2==3.0.1
|
|
python-docx==1.1.2
|
|
|
|
# Utilities
|
|
python-multipart==0.0.20
|
|
|
|
# Development Dependencies (optional)
|
|
pytest==8.3.4
|
|
pytest-asyncio==0.24.0
|
|
httpx==0.28.1
|
|
black==24.10.0
|
|
ruff==0.8.5
|
|
mypy==1.14.0
|