Spaces:
Runtime error
Runtime error
Commit
·
e56464f
1
Parent(s):
e23e47d
updated
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -3,4 +3,7 @@ Flask==1.0.3
|
|
3 |
numpy==1.17.2
|
4 |
pandas==0.25.1
|
5 |
scikit_learn==0.21.3
|
6 |
-
gunicorn==19.9.0
|
|
|
|
|
|
|
|
3 |
numpy==1.17.2
|
4 |
pandas==0.25.1
|
5 |
scikit_learn==0.21.3
|
6 |
+
gunicorn==19.9.0
|
7 |
+
|
8 |
+
uvicorn[standard]==0.17.*
|
9 |
+
requests==2.27.*
|