Spaces:
Sleeping
Sleeping
nrjvarshney
commited on
Commit
•
c9d2cbd
1
Parent(s):
555714b
adding requirements file
Browse files- requirements.txt +89 -0
requirements.txt
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.1
|
2 |
+
aiosignal==1.2.0
|
3 |
+
analytics-python==1.4.0
|
4 |
+
anyio==3.6.1
|
5 |
+
async-timeout==4.0.2
|
6 |
+
attrs==22.1.0
|
7 |
+
backoff==1.10.0
|
8 |
+
bcrypt==4.0.0
|
9 |
+
beautifulsoup4==4.11.1
|
10 |
+
blis==0.7.8
|
11 |
+
catalogue==2.0.8
|
12 |
+
certifi @ file:///private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_83242e7e-f82d-4a71-8ef2-9d71d212d249gu_wxmeq/croots/recipe/certifi_1655968827803/work/certifi
|
13 |
+
cffi==1.15.1
|
14 |
+
charset-normalizer==2.1.1
|
15 |
+
click==8.1.3
|
16 |
+
cryptography==37.0.4
|
17 |
+
cycler==0.11.0
|
18 |
+
cymem==2.0.6
|
19 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.0/en_core_web_sm-3.4.0-py3-none-any.whl
|
20 |
+
fastapi==0.81.0
|
21 |
+
ffmpy==0.3.0
|
22 |
+
filelock==3.8.0
|
23 |
+
fonttools==4.37.1
|
24 |
+
frozenlist==1.3.1
|
25 |
+
fsspec==2022.8.2
|
26 |
+
gradio==3.2
|
27 |
+
h11==0.12.0
|
28 |
+
httpcore==0.15.0
|
29 |
+
httpx==0.23.0
|
30 |
+
huggingface-hub==0.9.1
|
31 |
+
idna==3.3
|
32 |
+
Jinja2==3.1.2
|
33 |
+
kiwisolver==1.4.4
|
34 |
+
langcodes==3.3.0
|
35 |
+
linkify-it-py==1.0.3
|
36 |
+
markdown-it-py==2.1.0
|
37 |
+
MarkupSafe==2.1.1
|
38 |
+
matplotlib==3.5.3
|
39 |
+
mdit-py-plugins==0.3.0
|
40 |
+
mdurl==0.1.2
|
41 |
+
monotonic==1.6
|
42 |
+
multidict==6.0.2
|
43 |
+
murmurhash==1.0.8
|
44 |
+
numpy==1.23.2
|
45 |
+
orjson==3.8.0
|
46 |
+
packaging==21.3
|
47 |
+
pandas==1.4.4
|
48 |
+
paramiko==2.11.0
|
49 |
+
pathy==0.6.2
|
50 |
+
Pillow==9.2.0
|
51 |
+
preshed==3.0.7
|
52 |
+
protobuf==3.20.1
|
53 |
+
pycparser==2.21
|
54 |
+
pycryptodome==3.15.0
|
55 |
+
pydantic==1.9.2
|
56 |
+
pydub==0.25.1
|
57 |
+
PyNaCl==1.5.0
|
58 |
+
pyparsing==3.0.9
|
59 |
+
python-dateutil==2.8.2
|
60 |
+
python-multipart==0.0.5
|
61 |
+
pytz==2022.2.1
|
62 |
+
PyYAML==6.0
|
63 |
+
regex==2022.8.17
|
64 |
+
requests==2.28.1
|
65 |
+
rfc3986==1.5.0
|
66 |
+
sentencepiece==0.1.97
|
67 |
+
six==1.16.0
|
68 |
+
smart-open==5.2.1
|
69 |
+
sniffio==1.3.0
|
70 |
+
soupsieve==2.3.2.post1
|
71 |
+
spacy==3.4.1
|
72 |
+
spacy-legacy==3.0.10
|
73 |
+
spacy-loggers==1.0.3
|
74 |
+
srsly==2.4.4
|
75 |
+
starlette==0.19.1
|
76 |
+
thinc==8.1.0
|
77 |
+
tokenizers==0.12.1
|
78 |
+
torch==1.12.1
|
79 |
+
tqdm==4.64.0
|
80 |
+
transformers==4.21.2
|
81 |
+
typer==0.4.2
|
82 |
+
typing_extensions==4.3.0
|
83 |
+
uc-micro-py==1.0.1
|
84 |
+
urllib3==1.26.12
|
85 |
+
uvicorn==0.18.3
|
86 |
+
wasabi==0.10.1
|
87 |
+
websockets==10.3
|
88 |
+
wikipedia==1.4.0
|
89 |
+
yarl==1.8.1
|