mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 17:38:54 +00:00
cd99927881
The reason we have both Procfile and Honchofile is to be able to run both the workers and the web server in a single dyno on Heroku.
27 lines
419 B
Plaintext
27 lines
419 B
Plaintext
Flask==0.10.1
|
|
Flask-GoogleAuth==0.4
|
|
Flask-RESTful==0.2.10
|
|
Jinja2==2.7.2
|
|
MarkupSafe==0.18
|
|
WTForms==1.0.5
|
|
Werkzeug==0.9.4
|
|
aniso8601==0.82
|
|
atfork==0.1.2
|
|
blinker==1.3
|
|
flask-peewee==0.6.5
|
|
itsdangerous==0.23
|
|
peewee==2.2.0
|
|
psycopg2==2.5.1
|
|
python-dateutil==2.1
|
|
pytz==2013.9
|
|
qr==0.6.0
|
|
redis==2.7.5
|
|
requests==2.2.0
|
|
setproctitle==1.1.8
|
|
six==1.5.2
|
|
sqlparse==0.1.8
|
|
wsgiref==0.1.2
|
|
wtf-peewee==0.2.2
|
|
Flask-Script==0.6.6
|
|
honcho==0.5.0
|