Skip to content

Commit 395e9f4

Browse files
Procfile and requirements added for heroku deployment
1 parent ce6ca00 commit 395e9f4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Backend/Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: gunicorn app:app

Backend/requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
1+
aniso8601==9.0.1
2+
attrs==21.2.0
13
bloom-filter2==2.0.0
24
click==8.0.1
35
colorama==0.4.4
46
Flask==2.0.1
57
Flask-Cors==3.0.10
68
Flask-JWT-Extended==4.3.0
9+
flask-restx==0.5.1
710
Flask-SQLAlchemy==2.5.1
811
greenlet==1.1.1
12+
gunicorn==20.1.0
913
itsdangerous==2.0.1
1014
Jinja2==3.0.1
1115
joblib==1.0.1
16+
jsonschema==4.1.2
1217
MarkupSafe==2.0.1
1318
mysqlclient==2.0.3
1419
numpy==1.21.2
1520
pandas==1.3.3
1621
PyJWT==2.1.0
22+
pyrsistent==0.18.0
1723
python-dateutil==2.8.2
1824
python-dotenv==0.19.0
1925
pytz==2021.1

0 commit comments

Comments
 (0)