chore: Add loguru to requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -19,4 +19,5 @@ text_generation
|
|
19 |
python-dotenv
|
20 |
pydantic-settings
|
21 |
ollama
|
22 |
-
plotly-express
|
|
|
|
19 |
python-dotenv
|
20 |
pydantic-settings
|
21 |
ollama
|
22 |
+
plotly-express
|
23 |
+
loguru
|