Spaces:
Build error
Build error
sanjaymalladi
commited on
Commit
·
0526384
1
Parent(s):
9ad6883
fixed few errors
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ scikit-learn==1.0.2
|
|
4 |
numpy==1.21.2
|
5 |
joblib==1.1.0
|
6 |
gunicorn==20.1.0
|
7 |
-
werkzeug==2.0.1
|
|
|
|
4 |
numpy==1.21.2
|
5 |
joblib==1.1.0
|
6 |
gunicorn==20.1.0
|
7 |
+
werkzeug==2.0.1
|
8 |
+
flask-sqlalchemy
|