mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
thumbor: Add ldap and django as a dependancy.
We add this dependancy to thumbor for no use other than making an import possible in one of the upcoming commits. Basically we wanted to import LOCAL_UPLOADS_DIR from zproject.prod_settings or zproject.dev_settings and prod_settings_template.py imports django-auth-ldap (which depends on python-ldap and django). This seems counterproductive, but it makes it possible for us to save significant thumbor server startup time that would have been consumed in `get-django-setting`, and once thumbor supports Python 3, we'll probably be merging the virtualenvs anyway (in which case this change would become a no-op).
This commit is contained in:
committed by
Tim Abbott
parent
52f5d83c90
commit
0e50afb599
@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.8.1+git"
|
||||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
|
||||
PROVISION_VERSION = '23.1'
|
||||
PROVISION_VERSION = '23.2'
|
||||
|
||||
Reference in New Issue
Block a user