Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
annotated-types==0.6.0
|
2 |
anthropic==0.26.0
|
3 |
anyio==4.3.0
|
|
|
4 |
certifi==2024.2.2
|
5 |
charset-normalizer==3.3.2
|
6 |
click==8.1.7
|
@@ -9,6 +10,7 @@ distro==1.9.0
|
|
9 |
fastapi==0.110.2
|
10 |
fastapi-limiter==0.1.6
|
11 |
filelock==3.14.0
|
|
|
12 |
fsspec==2024.5.0
|
13 |
h11==0.14.0
|
14 |
httpcore==1.0.5
|
@@ -16,6 +18,7 @@ httpx==0.27.0
|
|
16 |
huggingface-cli==0.1
|
17 |
huggingface-hub==0.23.0
|
18 |
idna==3.7
|
|
|
19 |
Jinja2==3.1.3
|
20 |
llama_cpp_python==0.2.63
|
21 |
MarkupSafe==2.1.5
|
@@ -29,9 +32,9 @@ requests==2.32.0
|
|
29 |
sniffio==1.3.1
|
30 |
SQLAlchemy==2.0.30
|
31 |
starlette==0.37.2
|
32 |
-
tinydb==4.8.0
|
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
|
|
|
|
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
|
|
|
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
|
|
|
18 |
huggingface-cli==0.1
|
19 |
huggingface-hub==0.23.0
|
20 |
idna==3.7
|
21 |
+
itsdangerous==2.2.0
|
22 |
Jinja2==3.1.3
|
23 |
llama_cpp_python==0.2.63
|
24 |
MarkupSafe==2.1.5
|
|
|
32 |
sniffio==1.3.1
|
33 |
SQLAlchemy==2.0.30
|
34 |
starlette==0.37.2
|
|
|
35 |
tokenizers==0.19.1
|
36 |
tqdm==4.66.4
|
37 |
typing_extensions==4.11.0
|
38 |
urllib3==2.2.1
|
39 |
uvicorn==0.29.0
|
40 |
+
Werkzeug==3.0.3
|