Skip to content

Commit 8c27817

Browse files
committed
Add missing dependencies (python-docx, Flask) for CI tests
1 parent 91c5a19 commit 8c27817

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ dependencies = [
2020
"customtkinter",
2121
"CTkMenuBarPlus",
2222
"python-dotenv", # Added to resolve ModuleNotFoundError
23+
"python-docx", # Required for transcript analysis DOCX generation
24+
"Flask",
2325
]
2426
classifiers = [
2527
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)