20 lines
271 B
Text
20 lines
271 B
Text
# Web Framework
|
|
fastapi==0.109.2
|
|
uvicorn[standard]==0.27.1
|
|
python-multipart==0.0.9
|
|
jinja2==3.1.3
|
|
|
|
# Database
|
|
sqlalchemy==2.0.25
|
|
aiosqlite==0.19.0
|
|
|
|
# PDF Processing
|
|
pypdf==4.0.1
|
|
pdfplumber==0.10.4
|
|
|
|
# ZUGFeRD
|
|
factur-x==3.0
|
|
|
|
# Utilities
|
|
pydantic==2.6.1
|
|
python-dotenv==1.0.1
|