Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +17 -5
requirements.txt
CHANGED
@@ -1,5 +1,17 @@
|
|
1 |
-
streamlit
|
2 |
-
requests
|
3 |
-
beautifulsoup4
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.28.0
|
2 |
+
requests==2.31.0
|
3 |
+
beautifulsoup4==4.12.2
|
4 |
+
pandas==2.0.3
|
5 |
+
line-bot-sdk==3.5.0
|
6 |
+
lxml==4.9.3
|
7 |
+
html5lib==1.1
|
8 |
+
urllib3==2.0.4
|
9 |
+
certifi==2023.7.22
|
10 |
+
charset-normalizer==3.2.0
|
11 |
+
idna==3.4
|
12 |
+
soupsieve==2.4.1
|
13 |
+
python-dateutil==2.8.2
|
14 |
+
pytz==2023.3
|
15 |
+
six==1.16.0
|
16 |
+
numpy==1.24.3
|
17 |
+
Pillow==10.0.0
|