24 lines
319 B
Text
Executable file
24 lines
319 B
Text
Executable file
# 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
|
|
pymysql==1.1.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
|
|
|
|
# Scheduler
|
|
apscheduler==3.10.4
|