add structlog

This commit is contained in:
Waylon S. Walker 2024-10-16 20:46:11 -05:00
parent 7f0934ac14
commit f64e488ab1
7 changed files with 323 additions and 36 deletions

View file

@ -30,10 +30,12 @@ dependencies = [
"jinja2>=3.1.4",
"markdown>=3.7",
"pillow>=10.4.0",
"pydantic-settings>=2.5.2",
"pydyf==0.8.0",
"python-levenshtein>=0.25.1",
"rich>=13.9.2",
"selenium>=4.25.0",
"structlog>=24.4.0",
"uvicorn>=0.31.1",
"weasyprint>=61.2",
]