Add urllib3 as explicit dependency

grawlix/sources/storytel.py imports urllib3.util.parse_url but urllib3
was only pulled in transitively. Fresh installs (e.g. via uv tool) fail
at import time with ModuleNotFoundError.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
s0len 2026-05-21 07:41:13 +02:00
parent d231418a57
commit c1952d4d10

View File

@ -21,6 +21,7 @@ dependencies = [
"pycryptodome",
"rich",
"tomli",
"urllib3",
]
dynamic = ["version"]