Skip to content

Commit

Permalink
fix: improve openpyxl calls
Browse files Browse the repository at this point in the history
  • Loading branch information
dy0gu committed Nov 10, 2024
1 parent 7e4f6d5 commit 586a904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ description = "Fully customizable SMTP e-mailer desktop app."
dependencies = [
"pyside6==6.7.3",
"pyside6-fluent-widgets==1.6.6",
"loguru===0.7.2",
"pandas===2.2.2",
"openpyxl==3.1.5",
"html2text==2024.2.26",
"loguru===0.7.2",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/services/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from email.message import EmailMessage
from math import isnan

import openpyxl
import pandas as pd
import openpyxl
import html2text
from PySide6.QtCore import QThread, Signal

Expand Down

0 comments on commit 586a904

Please sign in to comment.