Skip to content

Commit

Permalink
Arquivos de config do Flask para o Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
eduperottoni committed Mar 25, 2022
1 parent b4c984a commit 655f2d1
Show file tree
Hide file tree
Showing 2 changed files with 9 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
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
click==8.0.3
colorama==0.4.4
Flask==2.0.3
gunicorn==20.1.0
itsdangerous==2.0.1
Jinja2==3.0.3
MarkupSafe==2.0.1
Werkzeug==2.0.3

0 comments on commit 655f2d1

Please sign in to comment.