Skip to content

Commit e24e504

Browse files
committed
remove import check
1 parent 9e8c38b commit e24e504

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

any_to_any.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,6 @@
1414
# - a CLI-interface,
1515
# - a web interface, or
1616
# - an application using this as its backend.
17-
# Ensure most essential required libraries are installed
18-
for lib in [
19-
"moviepy",
20-
"PIL",
21-
"flask",
22-
"flask_uploads",
23-
"docx",
24-
"pptx",
25-
"pypdf",
26-
"mammoth",
27-
"weasyprint",
28-
"markdownify",
29-
]:
30-
try:
31-
__import__(lib)
32-
except ImportError as ie:
33-
print(f"Please install {lib}: {ie}")
34-
exit(1)
35-
3617
controller = Controller()
3718

3819
parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)