diff --git a/Procfile b/Procfile index 1b932e2..1c603d3 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: newrelic-admin run-program gunicorn --worker-class gevent api:app --log-file - +web: gunicorn --worker-class gevent api:app --log-file - diff --git a/requirements.txt b/requirements.txt index d816499..05ffb1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,11 +7,10 @@ MarkupSafe==0.23 SQLAlchemy==0.9.0 WTForms==1.0.5 Werkzeug==0.10.1 -gevent==1.0.1 -greenlet==0.4.5 +gevent==1.2.1 +greenlet==0.4.12 gunicorn==19.2.1 itsdangerous==0.24 -newrelic==2.44.0.36 requests==2.5.3 -e git+https://github.com/jdunck/python-unicodecsv.git@c5d8ae68758dd48d8a776214080caa88bc036644#egg=unicodecsv-0.9.4 wsgiref==0.1.2 diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..b334cca --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-2.7.17