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

@ -64,7 +64,6 @@ django-bitfield==1.9.3
django-statsd-mozilla==0.4.0
docopt==0.6.2
fonttools==3.15.1
# Needed for Android push notifications
python-gcm==0.4

View File

@ -37,7 +37,6 @@ django-statsd-mozilla==0.4.0
django-webpack-loader==0.5.0
django==1.11.4
docopt==0.6.2
fonttools==3.15.1
gitdb==0.6.4
google-api-python-client==1.6.3
h2==2.6.2 # via hyper

View File

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