Spaces:
Sleeping
Sleeping
salmanmapkar
commited on
Commit
•
234d987
1
Parent(s):
7598fae
Update requirements.txt
Browse files- requirements.txt +4 -69
requirements.txt
CHANGED
@@ -1,71 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
attrs==23.2.0
|
4 |
-
beautifulsoup4==4.12.3
|
5 |
-
blinker==1.7.0
|
6 |
-
bs4==0.0.2
|
7 |
-
cachetools==5.3.3
|
8 |
-
certifi==2024.2.2
|
9 |
-
charset-normalizer==3.3.2
|
10 |
-
click==8.1.7
|
11 |
-
colorama==0.4.6
|
12 |
-
comm==0.2.1
|
13 |
-
debugpy==1.8.1
|
14 |
-
decorator==5.1.1
|
15 |
-
executing==2.0.1
|
16 |
-
gitdb==4.0.11
|
17 |
-
GitPython==3.1.42
|
18 |
-
idna==3.6
|
19 |
-
importlib_metadata==7.0.2
|
20 |
-
ipykernel==6.29.3
|
21 |
-
ipython==8.22.2
|
22 |
-
jedi==0.19.1
|
23 |
-
Jinja2==3.1.3
|
24 |
-
jsonschema==4.21.1
|
25 |
-
jsonschema-specifications==2023.12.1
|
26 |
-
jupyter_client==8.6.0
|
27 |
-
jupyter_core==5.7.1
|
28 |
-
markdown-it-py==3.0.0
|
29 |
-
MarkupSafe==2.1.5
|
30 |
-
matplotlib-inline==0.1.6
|
31 |
-
mdurl==0.1.2
|
32 |
-
nest-asyncio==1.6.0
|
33 |
-
numpy==1.26.4
|
34 |
-
packaging==23.2
|
35 |
-
pandas==2.2.1
|
36 |
-
parso==0.8.3
|
37 |
-
pillow==10.2.0
|
38 |
-
platformdirs==4.2.0
|
39 |
-
prompt-toolkit==3.0.43
|
40 |
-
protobuf==4.25.3
|
41 |
-
psutil==5.9.8
|
42 |
-
pure-eval==0.2.2
|
43 |
-
pyarrow==15.0.0
|
44 |
-
pydeck==0.8.1b0
|
45 |
-
Pygments==2.17.2
|
46 |
-
python-dateutil==2.9.0.post0
|
47 |
-
pytz==2024.1
|
48 |
pyxlsb==1.0.10
|
49 |
-
|
50 |
-
referencing==0.33.0
|
51 |
-
requests==2.31.0
|
52 |
-
rich==13.7.1
|
53 |
-
rpds-py==0.18.0
|
54 |
-
six==1.16.0
|
55 |
-
smmap==5.0.1
|
56 |
-
soupsieve==2.5
|
57 |
-
stack-data==0.6.3
|
58 |
streamlit==1.31.1
|
59 |
-
|
60 |
-
toml==0.10.2
|
61 |
-
toolz==0.12.1
|
62 |
-
tornado==6.4
|
63 |
-
traitlets==5.14.1
|
64 |
-
typing_extensions==4.10.0
|
65 |
-
tzdata==2024.1
|
66 |
-
tzlocal==5.2
|
67 |
-
urllib3==2.2.1
|
68 |
-
validators==0.22.0
|
69 |
-
watchdog==4.0.0
|
70 |
-
wcwidth==0.2.13
|
71 |
-
zipp==3.17.0
|
|
|
1 |
+
bs4
|
2 |
+
pandas==1.5.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
pyxlsb==1.0.10
|
4 |
+
Requests==2.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
streamlit==1.31.1
|
6 |
+
xlsxwriter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|