requirements: Add 'lxml' as a dependency required for parsing HTML.

We need to parse rendered HTML content of messages while preparing
content for mobile push notifications and for doing so we need to
use lxml's HTML parser.
This commit is contained in:
Harshit Bansal
2017-10-05 21:03:30 +00:00
committed by Tim Abbott
parent 47c5aae5b2
commit 2b7dd8e437
4 changed files with 6 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
ZULIP_VERSION = "1.6.0+git"
PROVISION_VERSION = '10.3'
PROVISION_VERSION = '10.4'