John Vandenberg has uploaded a new change for review.

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

Change subject: unicodedata2 9 supports Python 3
......................................................................

unicodedata2 9 supports Python 3

Change-Id: I5d416d548a5aef16b3217f41bcbbf296882422fa
---
M requirements.txt
M setup.py
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/76/313676/1

diff --git a/requirements.txt b/requirements.txt
index 0aeb72d..71506d1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -31,6 +31,7 @@
 ipaddr>=2.1.10 ; python_version < '3'
 
 unicodedata2>=7.0.0-2 ; python_version < '3'
+unicodedata2>=9.0.0-2 ; python_version >= '3'
 
 # OAuth support
 # mwoauth 0.2.4 is needed because it supports getting identity information
diff --git a/setup.py b/setup.py
index f688df5..2e28367 100644
--- a/setup.py
+++ b/setup.py
@@ -66,6 +66,7 @@
     'security': ['requests[security]'],
     'mwoauth': ['mwoauth>=0.2.4'],
     'html': ['BeautifulSoup4'],
+    'unicode': ['unicodedata2>=9.0.0-2'],
 }
 
 if PY2:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d416d548a5aef16b3217f41bcbbf296882422fa
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>

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

Reply via email to