Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashCode12 committed Sep 5, 2020
1 parent 0f83660 commit 0d7aef7
Show file tree
Hide file tree
Showing 2 changed files with 14 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
13 changes: 13 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
autopep8==1.5.4
click==7.1.2
Flask==1.1.2
Flask-SQLAlchemy==2.4.4
gunicorn==20.0.4
itsdangerous==1.1.0
Jinja2==2.11.2
MarkupSafe==1.1.1
numpy==1.19.1
pycodestyle==2.6.0
SQLAlchemy==1.3.19
toml==0.10.1
Werkzeug==1.0.1

0 comments on commit 0d7aef7

Please sign in to comment.