saattrupdan
commited on
Commit
•
99d1a14
1
Parent(s):
7420aa9
chore: Add luga to reqs
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
@@ -4,6 +4,7 @@ anyio==3.6.2
|
|
4 |
async-timeout==4.0.2
|
5 |
attrs==22.1.0
|
6 |
bcrypt==4.0.1
|
|
|
7 |
certifi==2022.9.24
|
8 |
cffi==1.15.1
|
9 |
charset-normalizer==2.1.1
|
@@ -12,11 +13,13 @@ contourpy==1.0.6
|
|
12 |
cryptography==38.0.4
|
13 |
cycler==0.11.0
|
14 |
fastapi==0.88.0
|
|
|
15 |
ffmpy==0.3.0
|
16 |
filelock==3.8.0
|
17 |
fonttools==4.38.0
|
18 |
frozenlist==1.3.3
|
19 |
fsspec==2022.11.0
|
|
|
20 |
gradio==3.12.0
|
21 |
h11==0.12.0
|
22 |
httpcore==0.15.0
|
@@ -26,24 +29,28 @@ idna==3.4
|
|
26 |
Jinja2==3.1.2
|
27 |
kiwisolver==1.4.4
|
28 |
linkify-it-py==1.0.3
|
|
|
29 |
markdown-it-py==2.1.0
|
30 |
MarkupSafe==2.1.1
|
31 |
matplotlib==3.6.2
|
32 |
mdit-py-plugins==0.3.1
|
33 |
mdurl==0.1.2
|
34 |
multidict==6.0.2
|
|
|
35 |
numpy==1.23.5
|
36 |
orjson==3.8.2
|
37 |
packaging==21.3
|
38 |
pandas==1.5.2
|
39 |
paramiko==2.12.0
|
40 |
Pillow==9.3.0
|
|
|
41 |
pycparser==2.21
|
42 |
pycryptodome==3.16.0
|
43 |
pydantic==1.10.2
|
44 |
pydub==0.25.1
|
45 |
PyNaCl==1.5.0
|
46 |
pyparsing==3.0.9
|
|
|
47 |
python-dateutil==2.8.2
|
48 |
python-multipart==0.0.5
|
49 |
pytz==2022.6
|
@@ -53,12 +60,14 @@ requests==2.28.1
|
|
53 |
rfc3986==1.5.0
|
54 |
six==1.16.0
|
55 |
sniffio==1.3.0
|
|
|
56 |
starlette==0.22.0
|
57 |
tokenizers==0.13.2
|
58 |
torch==1.12.1
|
59 |
tqdm==4.64.1
|
60 |
transformers==4.24.0
|
61 |
typing_extensions==4.4.0
|
|
|
62 |
uc-micro-py==1.0.1
|
63 |
urllib3==1.26.13
|
64 |
uvicorn==0.20.0
|
|
|
4 |
async-timeout==4.0.2
|
5 |
attrs==22.1.0
|
6 |
bcrypt==4.0.1
|
7 |
+
beautifulsoup4==4.11.1
|
8 |
certifi==2022.9.24
|
9 |
cffi==1.15.1
|
10 |
charset-normalizer==2.1.1
|
|
|
13 |
cryptography==38.0.4
|
14 |
cycler==0.11.0
|
15 |
fastapi==0.88.0
|
16 |
+
fasttext-wheel==0.9.2
|
17 |
ffmpy==0.3.0
|
18 |
filelock==3.8.0
|
19 |
fonttools==4.38.0
|
20 |
frozenlist==1.3.3
|
21 |
fsspec==2022.11.0
|
22 |
+
gdown==4.5.4
|
23 |
gradio==3.12.0
|
24 |
h11==0.12.0
|
25 |
httpcore==0.15.0
|
|
|
29 |
Jinja2==3.1.2
|
30 |
kiwisolver==1.4.4
|
31 |
linkify-it-py==1.0.3
|
32 |
+
luga==0.2.6
|
33 |
markdown-it-py==2.1.0
|
34 |
MarkupSafe==2.1.1
|
35 |
matplotlib==3.6.2
|
36 |
mdit-py-plugins==0.3.1
|
37 |
mdurl==0.1.2
|
38 |
multidict==6.0.2
|
39 |
+
nptyping==1.4.4
|
40 |
numpy==1.23.5
|
41 |
orjson==3.8.2
|
42 |
packaging==21.3
|
43 |
pandas==1.5.2
|
44 |
paramiko==2.12.0
|
45 |
Pillow==9.3.0
|
46 |
+
pybind11==2.10.1
|
47 |
pycparser==2.21
|
48 |
pycryptodome==3.16.0
|
49 |
pydantic==1.10.2
|
50 |
pydub==0.25.1
|
51 |
PyNaCl==1.5.0
|
52 |
pyparsing==3.0.9
|
53 |
+
PySocks==1.7.1
|
54 |
python-dateutil==2.8.2
|
55 |
python-multipart==0.0.5
|
56 |
pytz==2022.6
|
|
|
60 |
rfc3986==1.5.0
|
61 |
six==1.16.0
|
62 |
sniffio==1.3.0
|
63 |
+
soupsieve==2.3.2.post1
|
64 |
starlette==0.22.0
|
65 |
tokenizers==0.13.2
|
66 |
torch==1.12.1
|
67 |
tqdm==4.64.1
|
68 |
transformers==4.24.0
|
69 |
typing_extensions==4.4.0
|
70 |
+
typish==1.9.3
|
71 |
uc-micro-py==1.0.1
|
72 |
urllib3==1.26.13
|
73 |
uvicorn==0.20.0
|