aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-05-31 16:12:23 -0700
committerHaibo Huang <hhb@google.com>2019-05-31 16:12:23 -0700
commit4c8220a6a278f97eb1b758cd0909ca26122725d6 (patch)
treebf49f60791568d4b7b626c1f45960f35e53ed78e /requirements.txt
parentd648c2a4868c62db146c13f62b38d749db674ab2 (diff)
downloadfonttools-4c8220a6a278f97eb1b758cd0909ca26122725d6.tar.gz
Upgrade fonttools to 3.42.0android-o-mr1-iot-release-1.0.13
Test: None Change-Id: I64e8371d40855b1edb739c8e4ed63f98b92ed7d3
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index f26fe104..bdfd52ba 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,8 +2,10 @@
# extension 'brotlipy' on PyPy
brotli==1.0.7; platform_python_implementation != "PyPy"
brotlipy==0.7.0; platform_python_implementation == "PyPy"
-unicodedata2==11.0.0; python_version < '3.7' and platform_python_implementation != "PyPy"
-scipy==1.2.1; platform_python_implementation != "PyPy"
-munkres==1.0.12; platform_python_implementation == "PyPy" # pyup: ignore
+unicodedata2==12.0.0; python_version < '3.8' and platform_python_implementation != "PyPy"
+scipy==1.2.1; platform_python_implementation != "PyPy" and python_version < '3.5' # pyup: ignore
+scipy==1.3.0; platform_python_implementation != "PyPy" and python_version >= '3.5'
+munkres==1.0.12; platform_python_implementation == "PyPy" and python_version < '3.5' # pyup: ignore
+munkres==1.1.2; platform_python_implementation == "PyPy" and python_version >= '3.5'
zopfli==0.1.6
fs==2.4.5