Files
zulip/requirements/thumbor.in
Tim Abbott 30a3c48ff3 thumbor: Fix missing virtualenv-clone package in dependencies.
This package is important in order to avoid scary-looking errors
whenever we upgrade the dependencies in thumbor.txt (where
virtualenv-clone isn't installed in the venv, and then gets installed
by the code we just added a TODO comment to.
2018-07-30 11:55:16 -07:00

19 lines
561 B
Plaintext

tc-aws==6.2.7
thumbor==6.4.2
typing==3.6.4
# Required for just importing settings from our main django app.
django-auth-ldap==1.5.0
Django==1.11.13
# Below dependencies should ideally have been added to thumbor.txt by the
# use of tools/update-locked-requirements but for some reason `pip-compile`
# doesn't do so. An issue relating to this is
# https://github.com/thumbor/thumbor/issues/1006
backports-abc==0.5
backports.ssl-match-hostname==3.5.0.1
certifi==2018.1.18
singledispatch==3.4.0.3
# Needed for cloning virtual environments
virtualenv-clone==0.3.0