Spaces:
Runtime error
Runtime error
Ankitajadhav
commited on
Commit
•
9847c08
1
Parent(s):
a149481
Update requirements.txt
Browse files- requirements.txt +74 -106
requirements.txt
CHANGED
@@ -1,106 +1,74 @@
|
|
1 |
-
aiofiles==24.1.0
|
2 |
-
aiohttp==3.9.5
|
3 |
-
aiosignal==1.3.1
|
4 |
-
altair==5.3.0
|
5 |
-
anyio==4.4.0
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
python-dotenv==1.0.1
|
76 |
-
python-multipart==0.0.9
|
77 |
-
pytz==2024.1
|
78 |
-
pywin32==306
|
79 |
-
PyYAML==6.0.1
|
80 |
-
pyzmq @ file:///D:/bld/pyzmq_1715024536945/work
|
81 |
-
referencing==0.35.1
|
82 |
-
requests==2.32.3
|
83 |
-
rich==13.7.1
|
84 |
-
rpds-py==0.18.1
|
85 |
-
semantic-version==2.10.0
|
86 |
-
shellingham==1.5.4
|
87 |
-
six @ file:///home/conda/feedstock_root/build_artifacts/six_1620240208055/work
|
88 |
-
sniffio==1.3.1
|
89 |
-
stack-data @ file:///home/conda/feedstock_root/build_artifacts/stack_data_1669632077133/work
|
90 |
-
starlette==0.37.2
|
91 |
-
toolz==0.12.1
|
92 |
-
tornado @ file:///D:/bld/tornado_1717722891796/work
|
93 |
-
tqdm==4.66.4
|
94 |
-
traitlets @ file:///home/conda/feedstock_root/build_artifacts/traitlets_1713535121073/work
|
95 |
-
typer==0.12.3
|
96 |
-
typing_extensions @ file:///home/conda/feedstock_root/build_artifacts/typing_extensions_1717802530399/work
|
97 |
-
tzdata==2024.1
|
98 |
-
uc-micro-py==1.0.3
|
99 |
-
ujson==5.10.0
|
100 |
-
urllib3==2.2.2
|
101 |
-
uvicorn==0.30.1
|
102 |
-
watchfiles==0.22.0
|
103 |
-
wcwidth @ file:///home/conda/feedstock_root/build_artifacts/wcwidth_1704731205417/work
|
104 |
-
websockets==11.0.3
|
105 |
-
yarl==1.9.4
|
106 |
-
zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1718013267051/work
|
|
|
1 |
+
aiofiles==24.1.0
|
2 |
+
aiohttp==3.9.5
|
3 |
+
aiosignal==1.3.1
|
4 |
+
altair==5.3.0
|
5 |
+
anyio==4.4.0
|
6 |
+
async-timeout==4.0.3
|
7 |
+
attrs==23.2.0
|
8 |
+
certifi==2024.6.2
|
9 |
+
charset-normalizer==3.3.2
|
10 |
+
click==8.1.7
|
11 |
+
contourpy==1.2.1
|
12 |
+
cycler==0.12.1
|
13 |
+
dnspython==2.6.1
|
14 |
+
email_validator==2.2.0
|
15 |
+
fastapi==0.111.0
|
16 |
+
fastapi-cli==0.0.4
|
17 |
+
ffmpy==0.3.2
|
18 |
+
filelock==3.15.4
|
19 |
+
fonttools==4.53.0
|
20 |
+
frozenlist==1.4.1
|
21 |
+
fsspec==2024.6.1
|
22 |
+
gradio==3.34.0
|
23 |
+
gradio_client==1.0.2
|
24 |
+
h11==0.14.0
|
25 |
+
httpcore==1.0.5
|
26 |
+
httptools==0.6.1
|
27 |
+
httpx==0.27.0
|
28 |
+
huggingface-hub==0.23.4
|
29 |
+
idna==3.7
|
30 |
+
importlib_resources==6.4.0
|
31 |
+
Jinja2==3.1.4
|
32 |
+
jsonschema==4.22.0
|
33 |
+
jsonschema-specifications==2023.12.1
|
34 |
+
kiwisolver==1.4.5
|
35 |
+
linkify-it-py==2.0.3
|
36 |
+
markdown-it-py==2.2.0
|
37 |
+
MarkupSafe==2.1.5
|
38 |
+
matplotlib==3.9.0
|
39 |
+
mdit-py-plugins==0.3.3
|
40 |
+
mdurl==0.1.2
|
41 |
+
multidict==6.0.5
|
42 |
+
numpy==2.0.0
|
43 |
+
opencv-python==4.10.0.84
|
44 |
+
orjson==3.10.5
|
45 |
+
pandas==2.2.2
|
46 |
+
pillow==10.4.0
|
47 |
+
pydantic==1.10.7
|
48 |
+
pydub==0.25.1
|
49 |
+
pyparsing==3.1.2
|
50 |
+
pytesseract==0.3.10
|
51 |
+
python-dotenv==1.0.1
|
52 |
+
python-multipart==0.0.9
|
53 |
+
pytz==2024.1
|
54 |
+
pywin32==306
|
55 |
+
PyYAML==6.0.1
|
56 |
+
referencing==0.35.1
|
57 |
+
requests==2.32.3
|
58 |
+
rich==13.7.1
|
59 |
+
rpds-py==0.18.1
|
60 |
+
semantic-version==2.10.0
|
61 |
+
shellingham==1.5.4
|
62 |
+
sniffio==1.3.1
|
63 |
+
starlette==0.37.2
|
64 |
+
toolz==0.12.1
|
65 |
+
tqdm==4.66.4
|
66 |
+
typer==0.12.3
|
67 |
+
tzdata==2024.1
|
68 |
+
uc-micro-py==1.0.3
|
69 |
+
ujson==5.10.0
|
70 |
+
urllib3==2.2.2
|
71 |
+
uvicorn==0.30.1
|
72 |
+
watchfiles==0.22.0
|
73 |
+
websockets==11.0.3
|
74 |
+
yarl==1.9.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|