ZealPyae commited on
Commit
757a1c3
·
verified ·
1 Parent(s): 5d7f8a1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,5 +1,9 @@
1
- Flask==2.0.1
2
- scikit-learn==0.24.2
3
- joblib==1.0.1
4
- tld==0.12.6
5
- gunicorn==20.1.0
 
 
 
 
 
1
+ fastapi
2
+ pydantic
3
+ joblib
4
+ scikit-learn
5
+ numpy
6
+ pandas
7
+ tld
8
+ uvicorn
9
+ gunicorn