jenkins-bot merged this change.

View Change

Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
[deps] Add dependencies for imageharvest, isbn and match_images

Change-Id: Ic73563f804a1bd5509b73885aa7384f4fbaaa624
---
M setup.py
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 69e12d7..1a86bb5 100644
--- a/setup.py
+++ b/setup.py
@@ -85,11 +85,14 @@
'Pillow<6.0.0;python_version=="3.4"',
'Pillow;python_version>="3.5"',
],
+ 'patrol.py': ['mwparserfromhell>=0.3.3'],
'states_redirect.py': ['pycountry'],
'weblinkchecker.py': ['memento_client!=0.6.0,>=0.5.1'],
- 'patrol.py': ['mwparserfromhell>=0.3.3'],
}
script_deps['data_ingestion.py'] = extra_deps['csv']
+script_deps['imageharvest.py'] = extra_deps['html']
+script_deps['isbn.py'] = extra_deps['isbn']
+script_deps['match_images.py'] = script_deps['flickrripper.py']

extra_deps.update(script_deps)


To view, visit change 563712. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic73563f804a1bd5509b73885aa7384f4fbaaa624
Gerrit-Change-Number: 563712
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)