Skip to content

Commit

Permalink
lna 1: Preparing for Heroku deployment
Browse files Browse the repository at this point in the history
Setting the requirements and creating the Procfile.
  • Loading branch information
lucanaso committed Aug 7, 2015
1 parent 772d78d commit 93d83ea
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 30 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn manage:app
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-r requirements/prod.txt
Flask-SSLify==0.1.5
gunicorn==19.3
psycopg2==2.6.1
46 changes: 23 additions & 23 deletions requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Flask==0.10.1
Flask-Bootstrap==3.0.3.1
Flask-HTTPAuth==2.2.0
Flask-Login==0.2.7
Flask-Mail==0.9.0
Flask-Migrate==1.1.0
Flask-Moment==0.2.1
Flask-PageDown==0.1.4
Flask-SQLAlchemy==1.0
Flask-Script==0.6.6
Flask-WTF==0.9.4
Jinja2==2.7.1
Mako==0.9.1
Markdown==2.3.1
MarkupSafe==0.18
SQLAlchemy==0.9.9
WTForms==1.0.5
Werkzeug==0.10.4
alembic==0.6.2
bleach==1.4.0
alembic==0.7.6
bleach==1.4.1
blinker==1.3
html5lib==1.0b3
itsdangerous==0.23
six==1.4.1
Flask==0.10.1
Flask-Bootstrap==3.3.5.2
Flask-HTTPAuth==2.5.0
Flask-Login==0.2.11
Flask-Mail==0.9.1
Flask-Migrate==1.4.0
Flask-Moment==0.5.0
Flask-PageDown==0.2.1
Flask-SQLAlchemy==2.0
Flask-Script==2.0.5
Flask-WTF==0.11
html5lib==0.999999
itsdangerous==0.24
Jinja2==2.7.3
Mako==1.0.1
Markdown==2.6.2
MarkupSafe==0.23
six==1.9.0
SQLAlchemy==1.0.6
WTForms==2.0.2
Werkzeug==0.10.4
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-r common.txt
ForgeryPy==0.1
Pygments==1.6
colorama==0.2.7
coverage==3.7.1
httpie==0.7.2
requests==2.1.0
selenium==2.45.0
httpie==0.9.2
ForgeryPy==0.1
Pygments==2.0.2
requests==2.7.0
selenium==2.47.1
4 changes: 2 additions & 2 deletions requirements/heroku.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r prod.txt
Flask-SSLify==0.1.4
gunicorn==18.0
psycopg2==2.5.1
gunicorn==19.3
psycopg2==2.6.1

0 comments on commit 93d83ea

Please sign in to comment.