mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
3d859ec5f3
This is basic implementation for alerts feature, where you can define a simple rule on the last query result to send an alert. As part of the implementation added Flask-Mail to the project, to send emails. Should be useful to make re:dash more "self aware" (notify users about potential issues, when queries done executing and more).
35 lines
547 B
Plaintext
35 lines
547 B
Plaintext
Flask==0.10.1
|
|
Flask-Admin==1.1.0
|
|
Flask-RESTful==0.2.10
|
|
Flask-Login==0.2.11
|
|
Flask-OAuth==0.12
|
|
flask-mail==0.9.1
|
|
passlib==1.6.2
|
|
Jinja2==2.7.2
|
|
MarkupSafe==0.18
|
|
Werkzeug==0.9.4
|
|
aniso8601==0.82
|
|
blinker==1.3
|
|
itsdangerous==0.23
|
|
peewee==2.4.7
|
|
psycopg2==2.5.2
|
|
python-dateutil==2.1
|
|
pytz==2013.9
|
|
redis==2.7.5
|
|
requests==2.3.0
|
|
six==1.5.2
|
|
sqlparse==0.1.8
|
|
wsgiref==0.1.2
|
|
Flask-Script==0.6.6
|
|
honcho==0.5.0
|
|
statsd==2.1.2
|
|
gunicorn==18.0
|
|
celery==3.1.11
|
|
jsonschema==2.4.0
|
|
click==3.3
|
|
RestrictedPython==3.6.0
|
|
wtf-peewee==0.2.3
|
|
pysaml2==2.4.0
|
|
pycrypto==2.6.1
|
|
funcy==1.5
|