From 5d417e980ea4fad7e68240048f48d6121dc95e6c Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 16 Aug 2025 15:03:54 +0300 Subject: [PATCH] Add loguru to requirements.txt Added the loguru logging library to the project dependencies in requirements.txt. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ca19299..e44a81b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ pillow packaging markdown pygame -setuptools +loguru +setuptools \ No newline at end of file