feat: improve colorized logging

This commit is contained in:
sebthom
2024-12-27 15:35:58 +01:00
parent f90f848cba
commit e077f8d86d
4 changed files with 47 additions and 51 deletions

View File

@@ -33,7 +33,6 @@ classifiers = [ # https://pypi.org/classifiers/
requires-python = ">=3.10,<3.14"
dependencies = [
"colorama",
"coloredlogs",
"nodriver @ git+https://github.com/ultrafunkamsterdam/nodriver.git",
"jaraco.text", # required by pkg_resources during runtime
"ruamel.yaml",