requirements: Remove fonttools as a dependency.

We used fonttools' ttx tool to extract glyphs from `NotoColorEmoji.ttf`.
But we no longer need to do so and hence fonttools is no longer required.
This commit is contained in:
Harshit Bansal
2017-09-22 19:26:27 +00:00
committed by Tim Abbott
parent 0d8e68d75e
commit 0056f1c948
3 changed files with 1 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
ZULIP_VERSION = "1.6.0+git"
PROVISION_VERSION = '9.14'
PROVISION_VERSION = '9.15'