Browse Source
[FIX] html_image_url_extractor: Incorrect dependency
pull/1221/merge
Pedro M. Baeza
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
html_image_url_extractor/__manifest__.py
|
|
@ -15,7 +15,7 @@ |
|
|
|
"installable": True, |
|
|
|
"external_dependencies": { |
|
|
|
"python": [ |
|
|
|
"lxml.html", |
|
|
|
"lxml", |
|
|
|
], |
|
|
|
}, |
|
|
|
"depends": [ |
|
|
|