We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6ca00 commit 395e9f4Copy full SHA for 395e9f4
Backend/Procfile
@@ -0,0 +1 @@
1
+web: gunicorn app:app
Backend/requirements.txt
@@ -1,19 +1,25 @@
+aniso8601==9.0.1
2
+attrs==21.2.0
3
bloom-filter2==2.0.0
4
click==8.0.1
5
colorama==0.4.4
6
Flask==2.0.1
7
Flask-Cors==3.0.10
8
Flask-JWT-Extended==4.3.0
9
+flask-restx==0.5.1
10
Flask-SQLAlchemy==2.5.1
11
greenlet==1.1.1
12
+gunicorn==20.1.0
13
itsdangerous==2.0.1
14
Jinja2==3.0.1
15
joblib==1.0.1
16
+jsonschema==4.1.2
17
MarkupSafe==2.0.1
18
mysqlclient==2.0.3
19
numpy==1.21.2
20
pandas==1.3.3
21
PyJWT==2.1.0
22
+pyrsistent==0.18.0
23
python-dateutil==2.8.2
24
python-dotenv==0.19.0
25
pytz==2021.1
0 commit comments