jenkins-bot has submitted this change and it was merged.

Change subject: Add requirements.txt to scripts
......................................................................


Add requirements.txt to scripts

The Python scripts depend on several packages. Specify dependencies in
requirements.txt as is expected.

Change-Id: I564718a8fd2a3e3728293d1947829b1164b69306
---
A scripts/requirements.txt
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  BearND: Looks good to me, but someone else must approve
  Mholloway: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/scripts/requirements.txt b/scripts/requirements.txt
new file mode 100644
index 0000000..1a9fb4d
--- /dev/null
+++ b/scripts/requirements.txt
@@ -0,0 +1,5 @@
+Jinja2==2.8
+lxml==3.6.0
+MarkupSafe==0.23
+sh==1.11
+unicodecsv==0.14.1

-- 
To view, visit https://gerrit.wikimedia.org/r/277553
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I564718a8fd2a3e3728293d1947829b1164b69306
Gerrit-PatchSet: 2
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>
Gerrit-Reviewer: Niedzielski <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to