Bump django-redis-cache version to 1.8.1

The `django-redis` package does not work with redis 3.0, and previous
versions of this package did not hardcode the version number.
This commit is contained in:
Ludovic Stephan 2018-11-25 00:48:57 +01:00
parent 4ae0b3c5f0
commit d82c9baf20

View file

@ -5,7 +5,7 @@ django-autoslug==1.9.3
django-cas-ng==3.5.7
django-djconfig==0.5.3
django-recaptcha==1.4.0
django-redis-cache==1.7.1
django-redis-cache==1.8.1
icalendar
psycopg2
Pillow