mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
7b82203fb1
To prepare for a future Celery upgrade to verson 4.x this upgrades Redash to 3.1.25 which includes support for Celery's task protocol 2. It's the first of two steps to get Redash upgraded to Celery 4.x. 3.1.4 release notes: http://docs.celeryproject.org/en/3.1/changelog.html#version-3-1-24 4.0 release notes regarding the two-step-upgrade approach: http://docs.celeryproject.org/en/latest/whatsnew-4.0.html#step-1-upgrade-to-celery-3-1-25
51 lines
957 B
Plaintext
51 lines
957 B
Plaintext
Flask==0.11.1
|
|
Werkzeug==0.11.11
|
|
Jinja2==2.8
|
|
itsdangerous==0.24
|
|
click==6.6
|
|
MarkupSafe==0.23
|
|
pyOpenSSL==16.2.0
|
|
httplib2==0.10.3
|
|
Flask-Admin==1.4.2
|
|
Flask-RESTful==0.3.5
|
|
Flask-Login==0.4.0
|
|
Flask-OAuthLib==0.9.3
|
|
Flask-SQLAlchemy==2.1
|
|
Flask-Migrate==2.0.1
|
|
flask-mail==0.9.1
|
|
flask-sslify==0.1.5
|
|
Flask-Limiter==0.9.3
|
|
passlib==1.6.2
|
|
aniso8601==1.1.0
|
|
blinker==1.3
|
|
psycopg2==2.7.3.2
|
|
python-dateutil==2.4.2
|
|
pytz==2016.7
|
|
redis==2.10.5
|
|
requests==2.11.1
|
|
six==1.10.0
|
|
SQLAlchemy==1.1.4
|
|
SQLAlchemy-Searchable==0.10.6
|
|
SQLAlchemy-Utils>=0.29.0
|
|
sqlparse==0.1.8
|
|
wsgiref==0.1.2
|
|
honcho==0.5.0
|
|
statsd==2.1.2
|
|
gunicorn==19.7.1
|
|
celery==3.1.25
|
|
jsonschema==2.4.0
|
|
RestrictedPython==3.6.0
|
|
pysaml2==4.5.0
|
|
pycrypto==2.6.1
|
|
funcy==1.7.1
|
|
raven==6.0.0
|
|
semver==2.2.1
|
|
xlsxwriter==0.9.3
|
|
pystache==0.5.4
|
|
parsedatetime==2.1
|
|
cryptography==2.0.2
|
|
simplejson==3.10.0
|
|
# Uncomment the requirement for ldap3 if using ldap.
|
|
# It is not included by default because of the GPL license conflict.
|
|
# ldap3==2.2.4
|