Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -21,6 +21,7 @@ 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
|
25 |
numpy==1.26.4
|
26 |
packaging==24.0
|
@@ -32,6 +33,7 @@ requests==2.32.0
|
|
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
|
|
|
21 |
itsdangerous==2.2.0
|
22 |
Jinja2==3.1.3
|
23 |
llama_cpp_python==0.2.63
|
24 |
+
Markdown==3.6
|
25 |
MarkupSafe==2.1.5
|
26 |
numpy==1.26.4
|
27 |
packaging==24.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
|