Skip to content

Requirement: ping django-redis-cache to git tag #8536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ gunicorn==20.1.0

# Version 3.0.0 drops support for Django < 3.0
# https://github.com/sebleier/django-redis-cache/#300
django-redis-cache==2.1.3 # pyup: ignore
# django-redis-cache==2.1.3 # pyup: ignore
# For some reason 2.1.3 breaks with:
#
# @get_client(write=True)
# def get_or_set(self, client, key, func, timeout=DEFAULT_TIMEOUT):
# if not callable(func):
# raise Exception("Must pass in a callable")
#
# Looks like an older version gets installed somehow
git+https://github.com/sebleier/[email protected]#egg=django-redis-cache

#For resizing images
pillow==8.3.2