Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -9,4 +9,5 @@ pdfminer.six==20231228
|
|
9 |
beautifulsoup4==4.12.3
|
10 |
RAGatouille==0.0.7.post7
|
11 |
pandas==2.2.1
|
12 |
-
tabulate==0.9.0
|
|
|
|
9 |
beautifulsoup4==4.12.3
|
10 |
RAGatouille==0.0.7.post7
|
11 |
pandas==2.2.1
|
12 |
+
tabulate==0.9.0
|
13 |
+
tiktoken==0.5.2
|