mirror of
https://github.com/getredash/redash.git
synced 2026-05-13 16:01:20 -04:00
Fix #946: update Python redis lib version.
Looks like some of the Celery dependencies (which we don't have pinned version for) require newer version of redis lib.
This commit is contained in:
@@ -17,7 +17,7 @@ peewee==2.6.1
|
||||
psycopg2==2.5.2
|
||||
python-dateutil==2.4.2
|
||||
pytz==2015.7
|
||||
redis==2.7.5
|
||||
redis==2.10.5
|
||||
requests==2.3.0
|
||||
six==1.5.2
|
||||
sqlparse==0.1.8
|
||||
@@ -28,7 +28,7 @@ statsd==2.1.2
|
||||
gunicorn==19.4.5
|
||||
celery==3.1.11
|
||||
jsonschema==2.4.0
|
||||
click==3.3
|
||||
click==3.3r
|
||||
RestrictedPython==3.6.0
|
||||
wtf-peewee==0.2.3
|
||||
pysaml2==2.4.0
|
||||
|
||||
Reference in New Issue
Block a user