diff --git a/main.py b/main.py index c77183a..e352d7c 100644 --- a/main.py +++ b/main.py @@ -59,8 +59,6 @@ ) logging.getLogger("botocore").setLevel(logging.WARNING) logging.getLogger("boto3").setLevel(logging.WARNING) -logging.getLogger("kaleido").setLevel(logging.WARNING) -logging.getLogger("choreographer").setLevel(logging.WARNING) # Configure the logger logger = logging.getLogger(__name__) diff --git a/pyproject.toml b/pyproject.toml index bcf6bd7..aa1d5ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,6 @@ dependencies = [ "Jinja2==3.1.6", "reportlab==4.5.0", "pillow==12.3.0", - "plotly==6.7.0", - "kaleido==1.3.0", "requests==2.33.1", ] diff --git a/requirements.txt b/requirements.txt index d3d6f75..eb67a0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,4 @@ rich==15.0.0 Jinja2==3.1.6 reportlab==4.5.0 pillow==12.3.0 -plotly==6.7.0 -kaleido==1.3.0 requests==2.33.1