18 lines
267 B
Plaintext
18 lines
267 B
Plaintext
# Core PDF generation
|
|
reportlab>=4.0.0
|
|
Pillow>=10.0.0
|
|
|
|
# HTTP and data handling
|
|
requests>=2.31.0
|
|
python-multipart>=0.0.6
|
|
|
|
# Data validation and serialization
|
|
pydantic>=2.0.0
|
|
|
|
# Web framework
|
|
fastapi>=0.100.0
|
|
uvicorn>=0.20.0
|
|
|
|
# Testing
|
|
pytest>=7.0.0
|
|
pytest-cov>=4.0.0 |