feat: Default logging replaced with loguru

This commit is contained in:
AURUMVORXX
2025-07-15 20:46:12 +05:00
parent acfa97de6f
commit 35350efcd1
4 changed files with 4 additions and 18 deletions

View File

@@ -1,9 +1,10 @@
[project]
name = "PyG2O"
version = "2.3.0"
version = "2.3.2"
description = ""
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"loguru>=0.7.3",
"websockets>=15.0.1",
]