mirror of
https://github.com/jo1gi/grawlix.git
synced 2026-07-10 01:34:49 -06:00
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:
parent
d231418a57
commit
c1952d4d10
@ -21,6 +21,7 @@ dependencies = [
|
||||
"pycryptodome",
|
||||
"rich",
|
||||
"tomli",
|
||||
"urllib3",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user