add colors!
build / build (push) Successful in 12s
pytest / pytest (push) Successful in 29s

This commit is contained in:
Matteo Rosati
2026-04-23 21:49:46 +02:00
parent 3fcc3904b4
commit a14edebafe
10 changed files with 24 additions and 12 deletions
Generated
+2
View File
@@ -261,6 +261,7 @@ dependencies = [
{ name = "openai" },
{ name = "pymupdf4llm" },
{ name = "python-dotenv" },
{ name = "rich" },
{ name = "semchunk" },
{ name = "tiktoken" },
{ name = "transformers" },
@@ -281,6 +282,7 @@ requires-dist = [
{ name = "openai", specifier = ">=2.32.0" },
{ name = "pymupdf4llm", specifier = ">=1.27.2.2" },
{ name = "python-dotenv", specifier = ">=1.2.2" },
{ name = "rich", specifier = ">=15.0.0" },
{ name = "semchunk", specifier = ">=4.0.0" },
{ name = "tiktoken", specifier = ">=0.12.0" },
{ name = "transformers", specifier = ">=5.5.4" },