Skip to content

Commit

Permalink
deployment on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenleep committed Jun 19, 2024
1 parent 88ab6d1 commit dbd8974
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FLASK_APP=app
FLASK_ENV=production
FLASK_DEBUG=False
FLASK_RUN_PORT=26688
FLASK_THREADED=True
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: poetry run 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 @@
blinker==1.8.2 ; python_version >= "3.12" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.12" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" and platform_system == "Windows"
flask-cors==4.0.1 ; python_version >= "3.12" and python_version < "4.0"
flask-jwt-extended==4.6.0 ; python_version >= "3.12" and python_version < "4"
flask==3.0.3 ; python_version >= "3.12" and python_version < "4.0"
itsdangerous==2.2.0 ; python_version >= "3.12" and python_version < "4.0"
jinja2==3.1.4 ; python_version >= "3.12" and python_version < "4.0"
markupsafe==2.1.5 ; python_version >= "3.12" and python_version < "4.0"
pyjwt==2.8.0 ; python_version >= "3.12" and python_version < "4"
python-dotenv==1.0.1 ; python_version >= "3.12" and python_version < "4.0"
werkzeug==3.0.3 ; python_version >= "3.12" and python_version < "4.0"
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.12.0

0 comments on commit dbd8974

Please sign in to comment.