feat(api): Add eliot logging, fix no cookies in authed requests

This commit is contained in:
TheOnlyWayUp
2024-11-30 20:54:18 +00:00
parent 6e222c1f55
commit 28e40ece94
4 changed files with 300 additions and 108 deletions
+1
View File
@@ -12,6 +12,7 @@ dependencies = [
"ebooklib>=0.18",
"python-dotenv>=1.0.1",
"pydantic-settings>=2.6.1",
"eliot>=1.16.0",
]
[tool.ruff.lint]