Skip to content

Commit

Permalink
Add Heroku config
Browse files Browse the repository at this point in the history
  • Loading branch information
Maijjay committed Sep 26, 2021
1 parent ace7973 commit 557f62f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn app:app
12 changes: 12 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
click==8.0.1
Flask==2.0.1
Flask-SQLAlchemy==2.5.1
greenlet==1.1.1
gunicorn==20.1.0
itsdangerous==2.0.1
Jinja2==3.0.1
MarkupSafe==2.0.1
psycopg2==2.9.1
python-dotenv==0.19.0
SQLAlchemy==1.4.23
Werkzeug==2.0.1

0 comments on commit 557f62f

Please sign in to comment.