Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
pip==24.2
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
pip install aiohttp
|
|
|
1 |
pip==24.2
|
2 |
+
streamlit==1.39.0
|
3 |
+
openai==0.29.0
|
4 |
+
PyPDF2==3.0.1
|
5 |
+
streamlit-extras==0.5.0
|
6 |
+
requests==2.32.3
|
7 |
+
pandas==2.2.3
|
8 |
+
st-aggrid==1.0.5
|
9 |
+
aiohttp==3.10.10
|
|