Update requirements.txt
Browse files- requirements.txt +2 -31
requirements.txt
CHANGED
@@ -1,38 +1,9 @@
|
|
1 |
-
annotated-types==0.6.0
|
2 |
-
anyio==4.3.0
|
3 |
-
blinker==1.8.2
|
4 |
-
charset-normalizer==3.3.2
|
5 |
-
click==8.1.7
|
6 |
-
diskcache==5.6.3
|
7 |
-
distro==1.9.0
|
8 |
fastapi==0.110.2
|
9 |
fastapi-limiter==0.1.6
|
10 |
-
filelock==3.14.0
|
11 |
-
fsspec==2024.5.0
|
12 |
-
h11==0.14.0
|
13 |
-
httpcore==1.0.5
|
14 |
-
httpx==0.27.0
|
15 |
-
huggingface-cli==0.1
|
16 |
huggingface-hub==0.23.0
|
17 |
-
idna==3.7
|
18 |
-
itsdangerous==2.2.0
|
19 |
-
Jinja2==3.1.3
|
20 |
-
spaces
|
21 |
-
Markdown==3.6
|
22 |
-
MarkupSafe==2.1.5
|
23 |
-
numpy==1.26.4
|
24 |
-
packaging==24.0
|
25 |
pydantic==2.7.0
|
26 |
-
pydantic_core==2.18.1
|
27 |
-
PyYAML==6.0.1
|
28 |
-
redis==5.1.0b5
|
29 |
-
requests==2.32.0
|
30 |
-
sniffio==1.3.1
|
31 |
SQLAlchemy==2.0.30
|
32 |
starlette==0.37.2
|
33 |
-
tokenizers==0.19.1
|
34 |
-
tqdm==4.66.4
|
35 |
-
typing_extensions==4.11.0
|
36 |
-
urllib3==2.2.1
|
37 |
uvicorn==0.29.0
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi==0.110.2
|
2 |
fastapi-limiter==0.1.6
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
huggingface-hub==0.23.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
pydantic==2.7.0
|
|
|
|
|
|
|
|
|
|
|
5 |
SQLAlchemy==2.0.30
|
6 |
starlette==0.37.2
|
|
|
|
|
|
|
|
|
7 |
uvicorn==0.29.0
|
8 |
+
torch
|
9 |
+
spaces
|