aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-10-30 14:11:58 -0700
committerElliott Hughes <enh@google.com>2018-11-05 12:18:33 -0800
commit69c9acab6a81c7bce36329972332cdbd0d11f449 (patch)
tree34a739b3dd0e612719459f0e5da542200be4c5fe /requirements.txt
parent467aa0fba5e99b4bcc2651a15843d5b37e7929c1 (diff)
downloadfonttools-69c9acab6a81c7bce36329972332cdbd0d11f449.tar.gz
Ran `tools/external_updater/updater.sh update fonttools`. Bug: N/A Test: builds Change-Id: I59a0dfbf4585d3a95d2120d49730321b84c884ff
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 5592626d..0e5f5bab 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,8 @@
# extension 'brotlipy' on PyPy
brotli==1.0.1; platform_python_implementation != "PyPy"
brotlipy==0.7.0; platform_python_implementation == "PyPy"
-unicodedata2==10.0.0; python_version < '3.7' and platform_python_implementation != "PyPy"
-munkres==1.0.10
+unicodedata2==11.0.0; python_version < '3.7' and platform_python_implementation != "PyPy"
+scipy==1.1.0; platform_python_implementation != "PyPy"
+munkres==1.0.12; platform_python_implementation == "PyPy"
zopfli==0.1.4
+fs==2.1.1