Pin redis version
This commit is contained in:
parent
84a9c22628
commit
4c9c2e2858
|
@ -2,16 +2,16 @@
|
||||||
# like Pillow and psycopg2
|
# like Pillow and psycopg2
|
||||||
# See http://bitly.com/wheel-building-fails-CPython-35
|
# See http://bitly.com/wheel-building-fails-CPython-35
|
||||||
# Verified bug on Python 3.5.1
|
# Verified bug on Python 3.5.1
|
||||||
wheel==0.32.2
|
wheel==0.32.3
|
||||||
# Bleeding edge Django
|
# Bleeding edge Django
|
||||||
django==2.1.3
|
django==2.1.3
|
||||||
django-dynamic-filenames==1.1.4
|
django-dynamic-filenames==1.1.4
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ==0.4.5
|
django-environ==0.4.5
|
||||||
whitenoise==4.1
|
whitenoise==4.1.2
|
||||||
# Static and Media Storage
|
# Static and Media Storage
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
boto3==1.9.42
|
boto3==1.9.53
|
||||||
django-storages==1.7.1
|
django-storages==1.7.1
|
||||||
# django-storages-redux==1.3.2
|
# django-storages-redux==1.3.2
|
||||||
|
|
||||||
|
@ -20,11 +20,11 @@ django-storages==1.7.1
|
||||||
django-braces==1.13.0
|
django-braces==1.13.0
|
||||||
django-crispy-forms==1.7.2
|
django-crispy-forms==1.7.2
|
||||||
|
|
||||||
django-extensions==2.1.3
|
django-extensions==2.1.4
|
||||||
Werkzeug==0.14.1
|
Werkzeug==0.14.1
|
||||||
|
|
||||||
# Models
|
# Models
|
||||||
django-stdimage==4.0.0
|
django-stdimage==4.0.1
|
||||||
django-model-utils==3.1.2
|
django-model-utils==3.1.2
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
|
@ -45,17 +45,16 @@ awesome-slugify==1.6.5
|
||||||
pytz==2018.7
|
pytz==2018.7
|
||||||
|
|
||||||
# Redis support
|
# Redis support
|
||||||
django-redis==4.9.0
|
django-redis==4.10.0
|
||||||
redis>=2.10.6
|
redis<=2.10.6
|
||||||
|
|
||||||
|
rcssmin==1.0.62.1.3
|
||||||
rcssmin==1.0.6
|
|
||||||
django-compressor==2.2
|
django-compressor==2.2
|
||||||
|
|
||||||
#fix for use with s3 buckets merged in master, so next release we can remove this
|
#fix for use with s3 buckets merged in master, so next release we can remove this
|
||||||
#django-sass-processor==0.5.7
|
#django-sass-processor==0.5.7
|
||||||
git+https://github.com/jrief/django-sass-processor.git
|
git+https://github.com/jrief/django-sass-processor.git
|
||||||
libsass==0.15.1
|
libsass==0.16.1
|
||||||
lxml==4.2.5
|
lxml==4.2.5
|
||||||
|
|
||||||
# WSGI Handler
|
# WSGI Handler
|
||||||
|
@ -80,16 +79,16 @@ django-filter==2.0.0
|
||||||
coreapi==2.3.3
|
coreapi==2.3.3
|
||||||
# api libraries end
|
# api libraries end
|
||||||
|
|
||||||
martor==1.3.3
|
martor==1.3.5
|
||||||
|
|
||||||
django-spirit==0.6.1
|
django-spirit==0.6.2
|
||||||
django-djconfig==0.8.0
|
django-djconfig==0.8.0
|
||||||
django-haystack==2.8.1
|
django-haystack==2.8.1
|
||||||
django-xforwardedfor-middleware==2.0
|
django-xforwardedfor-middleware==2.0
|
||||||
|
|
||||||
# Application queue celery
|
# Application queue celery
|
||||||
celery==4.2.1
|
celery==4.2.1
|
||||||
django-celery-results==1.0.2
|
django-celery-results==1.0.4
|
||||||
django-celery-beat==1.3.0
|
django-celery-beat==1.3.0
|
||||||
|
|
||||||
argon2-cffi==18.3.0
|
argon2-cffi==18.3.0
|
||||||
|
|
Loading…
Reference in New Issue