zulip/tools/lib
Tim Abbott 3cc93fd721 setup_venv: Fix missing libssl-dev dependency.
We were already correctly including libssl-dev in Zulip's dependencies
in development environment provisioning, but (at least now) it's
needed to build certain Python packages like pycurl when building a
Zulip virtualenv in production.  I haven't investigated why we didn't
need this on Ubuntu, but one possible reason would be that some other
library in our dependencies list happens to depend on it on Ubuntu.

We fix this by moving the dependency over to the shared
VENV_DEPENDENCIES list.

Fixes part of #9946.
2018-07-13 18:00:38 +05:30
..
__init__.py Extract tools/lib/template_parser.py. 2016-08-01 16:27:50 -07:00
capitalization.py emails: Move user role logic for followup_day1 to notifications.py. 2018-05-26 07:29:58 -07:00
css_parser.py mypy: Add explicit Optional for default=None parameters in various files. 2018-03-28 12:31:51 -07:00
find_add_class.py messages: Add support for right-to-left messages. 2018-07-10 10:47:56 +05:30
gitlint-rules.py lint: Allow revert commit messages in gitlint. 2018-02-13 09:21:01 -08:00
graph.py Remove inheritance from object. 2017-11-06 08:53:48 -08:00
html_branches.py Remove inheritance from object. 2017-11-06 08:53:48 -08:00
html_grep.py Remove inheritance from object. 2017-11-06 08:53:48 -08:00
pretty_print.py linter: Fix issue with check-templates output. 2018-05-24 12:42:32 -07:00
provision.py setup_venv: Fix missing libssl-dev dependency. 2018-07-13 18:00:38 +05:30
sanity_check.py tools/lib: Text-wrap long lines exceeding 110. 2017-11-10 16:24:09 -08:00
template_parser.py linter: Make multiline handlebar singleton tags use 2 space indentation. 2018-04-07 20:08:38 -07:00
test_script.py provision_version: Move to under UUID_VAR_PATH. 2017-10-17 21:15:58 -07:00
test_server.py test_fixtures: Add run_generate_fixtures_if_required function. 2018-06-06 13:37:35 -07:00