Adding colorlogs

This commit is contained in:
2025-05-30 16:28:52 -05:00
parent 25867c0f31
commit 4717cb35ab
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ chromadb = "^1.0.9"
pypdf = "^5.5.0"
streamlit = "^1.45.1"
ollama = "^0.4.8"
coloredlogs = "^15.0.1"
[tool.poetry.scripts]
crawler = "rag_system.crawler:main"