We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c5a19 commit 8c27817Copy full SHA for 8c27817
pyproject.toml
@@ -20,6 +20,8 @@ dependencies = [
20
"customtkinter",
21
"CTkMenuBarPlus",
22
"python-dotenv", # Added to resolve ModuleNotFoundError
23
+ "python-docx", # Required for transcript analysis DOCX generation
24
+ "Flask",
25
]
26
classifiers = [
27
"Programming Language :: Python :: 3",
0 commit comments