Adding colorlogs

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

2
poetry.lock generated
View File

@ -5068,4 +5068,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "d2603897564cdc806660ea0e6c45962feac4d7a3f8412e593b0cc18c9d39ff50"
content-hash = "b33e29a3bd1e4fa76db12a0207418a32ba93a95abbc97f26d3113b84b12a8213"

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"