mirror of https://github.com/zulip/zulip.git
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:
parent
0d8e68d75e
commit
0056f1c948
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
ZULIP_VERSION = "1.6.0+git"
|
||||
PROVISION_VERSION = '9.14'
|
||||
PROVISION_VERSION = '9.15'
|
||||
|
|
Loading…
Reference in New Issue