Add loguru for logging

This commit is contained in:
agatha 2023-11-10 20:35:04 -05:00
parent 47e2bda181
commit 203bfc7596
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
"""GitMon"""
from loguru import logger
from gitmon.api import GitHubApi

View File

@ -1 +1,2 @@
requests
loguru