Skip to content

Commit

Permalink
Pin django-redis-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Oct 29, 2020
1 parent 101b3bb commit d27e48f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements/docker.txt
Expand Up @@ -3,7 +3,10 @@
-r pip.txt
# http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
psycopg2-binary==2.8.6
django-redis-cache==3.0.0

# Version 3.0.0 drops support for Django < 3.0
# https://github.com/sebleier/django-redis-cache/#300
django-redis-cache==2.1.2 # pyup: ignore

# For resizing images
pillow==8.0.1
Expand Down

0 comments on commit d27e48f

Please sign in to comment.