Update requirements.txt
Browse files- requirements.txt +17 -3
requirements.txt
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.29.0
|
2 |
+
plotly==5.17.0
|
3 |
+
pandas==2.1.4
|
4 |
+
numpy==1.24.3
|
5 |
+
huggingface-hub==0.19.4
|
6 |
+
fastapi==0.104.1
|
7 |
+
uvicorn==0.24.0
|
8 |
+
python-multipart==0.0.6
|
9 |
+
pydantic==2.5.0
|
10 |
+
requests==2.31.0
|
11 |
+
python-jose[cryptography]==3.3.0
|
12 |
+
passlib[bcrypt]==1.7.4
|
13 |
+
datasets==2.15.0
|
14 |
+
pyarrow==14.0.2
|
15 |
+
streamlit-authenticator==0.2.3
|
16 |
+
streamlit-option-menu==0.3.6
|
17 |
+
uuid==1.30
|