John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/258727

Change subject: Require google>=0.7
......................................................................

Require google>=0.7

https://github.com/MarioVilas/google/pull/12 has been
merged and released on pypi

Bug: T102314
Change-Id: Ie4b1749dc08ea6851911e237f0b7f3f3b20b3e62
---
M requirements.txt
M setup.py
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/27/258727/1

diff --git a/requirements.txt b/requirements.txt
index 47b8316..f3dd315 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -26,7 +26,7 @@
 
 # core pagegenerators
 pYsearch
-google
+google >= 1.7
 
 # scripts/script_wui.py:
 crontab
diff --git a/setup.py b/setup.py
index 723f1ff..9a4ac85 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@
     # Core library dependencies
     'isbn': ['python-stdnum'],
     'Graphviz':  ['pydot>=1.0.28'],
-    'Google': ['google'],
+    'Google': ['google>=1.7'],
     'IRC': [irc_dep],
     'mwparserfromhell': ['mwparserfromhell>=0.3.3'],
     'Tkinter': ['Pillow'],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie4b1749dc08ea6851911e237f0b7f3f3b20b3e62
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: 2.0
Gerrit-Owner: John Vandenberg <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>

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

Reply via email to