Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +82 -0
requirements.txt
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.1.0
|
2 |
+
aiohttp==3.8.4
|
3 |
+
aiosignal==1.3.1
|
4 |
+
altair==5.0.0
|
5 |
+
anyio==3.6.2
|
6 |
+
async-timeout==4.0.2
|
7 |
+
attrs==23.1.0
|
8 |
+
blis==0.7.9
|
9 |
+
catalogue==2.0.8
|
10 |
+
certifi==2023.5.7
|
11 |
+
charset-normalizer==3.1.0
|
12 |
+
click==8.1.3
|
13 |
+
colorama==0.4.6
|
14 |
+
confection==0.0.4
|
15 |
+
contourpy==1.0.7
|
16 |
+
cycler==0.11.0
|
17 |
+
cymem==2.0.7
|
18 |
+
de-core-news-sm @ https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-3.5.0/de_core_news_sm-3.5.0-py3-none-any.whl#sha256=c9c06808be2f1e7f448b37f94391a50dab2e2f72f9b5c2e979be18aebac4a06c
|
19 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl#sha256=0964370218b7e1672a30ac50d72cdc6b16f7c867496f1d60925691188f4d2510
|
20 |
+
fastapi==0.95.1
|
21 |
+
ffmpy==0.3.0
|
22 |
+
filelock==3.12.0
|
23 |
+
fonttools==4.39.4
|
24 |
+
frozenlist==1.3.3
|
25 |
+
fsspec==2023.5.0
|
26 |
+
gradio==3.30.0
|
27 |
+
gradio_client==0.2.4
|
28 |
+
h11==0.14.0
|
29 |
+
httpcore==0.17.0
|
30 |
+
httpx==0.24.0
|
31 |
+
huggingface-hub==0.14.1
|
32 |
+
idna==3.4
|
33 |
+
Jinja2==3.1.2
|
34 |
+
jsonschema==4.17.3
|
35 |
+
kiwisolver==1.4.4
|
36 |
+
langcodes==3.3.0
|
37 |
+
linkify-it-py==2.0.2
|
38 |
+
markdown-it-py==2.2.0
|
39 |
+
MarkupSafe==2.1.2
|
40 |
+
matplotlib==3.7.1
|
41 |
+
mdit-py-plugins==0.3.3
|
42 |
+
mdurl==0.1.2
|
43 |
+
multidict==6.0.4
|
44 |
+
murmurhash==1.0.9
|
45 |
+
numpy==1.24.3
|
46 |
+
orjson==3.8.12
|
47 |
+
packaging==23.1
|
48 |
+
pandas==2.0.1
|
49 |
+
pathy==0.10.1
|
50 |
+
Pillow==9.5.0
|
51 |
+
preshed==3.0.8
|
52 |
+
pydantic==1.10.7
|
53 |
+
pydub==0.25.1
|
54 |
+
Pygments==2.15.1
|
55 |
+
pyparsing==3.0.9
|
56 |
+
pyrsistent==0.19.3
|
57 |
+
python-dateutil==2.8.2
|
58 |
+
python-multipart==0.0.6
|
59 |
+
pytz==2023.3
|
60 |
+
PyYAML==6.0
|
61 |
+
requests==2.30.0
|
62 |
+
semantic-version==2.10.0
|
63 |
+
six==1.16.0
|
64 |
+
smart-open==6.3.0
|
65 |
+
sniffio==1.3.0
|
66 |
+
spacy==3.5.2
|
67 |
+
spacy-legacy==3.0.12
|
68 |
+
spacy-loggers==1.0.4
|
69 |
+
srsly==2.4.6
|
70 |
+
starlette==0.26.1
|
71 |
+
thinc==8.1.10
|
72 |
+
toolz==0.12.0
|
73 |
+
tqdm==4.65.0
|
74 |
+
typer==0.7.0
|
75 |
+
typing_extensions==4.5.0
|
76 |
+
tzdata==2023.3
|
77 |
+
uc-micro-py==1.0.2
|
78 |
+
urllib3==2.0.2
|
79 |
+
uvicorn==0.22.0
|
80 |
+
wasabi==1.1.1
|
81 |
+
websockets==11.0.3
|
82 |
+
yarl==1.9.2
|