Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
annotated-types==0.6.0
|
2 |
-
anthropic==0.26.0
|
3 |
anyio==4.3.0
|
4 |
blinker==1.8.2
|
5 |
-
certifi==2024.2.2
|
6 |
charset-normalizer==3.3.2
|
7 |
click==8.1.7
|
8 |
diskcache==5.6.3
|
@@ -10,7 +8,6 @@ distro==1.9.0
|
|
10 |
fastapi==0.110.2
|
11 |
fastapi-limiter==0.1.6
|
12 |
filelock==3.14.0
|
13 |
-
Flask==3.0.3
|
14 |
fsspec==2024.5.0
|
15 |
h11==0.14.0
|
16 |
httpcore==1.0.5
|
@@ -33,11 +30,10 @@ requests==2.32.0
|
|
33 |
sniffio==1.3.1
|
34 |
SQLAlchemy==2.0.30
|
35 |
starlette==0.37.2
|
36 |
-
tinydb==4.8.0
|
37 |
tokenizers==0.19.1
|
38 |
tqdm==4.66.4
|
39 |
typing_extensions==4.11.0
|
40 |
urllib3==2.2.1
|
41 |
uvicorn==0.29.0
|
42 |
Werkzeug==3.0.3
|
43 |
-
|
|
|
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
|
|
|
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
|
|
|
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 |
Werkzeug==3.0.3
|
39 |
+
torch
|