From 6e2d176399d0be0b33009df357fef8f32368fd23 Mon Sep 17 00:00:00 2001 From: Paillat Date: Mon, 15 May 2023 16:54:01 +0200 Subject: [PATCH] feat(requirements.txt): add TTS, moviepy, pysrt, deepl, openai, pillow, python-dotenv, and google-api-python-client packages to requirements file --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e856c8f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +TTS +moviepy +pysrt +deepl +openai +pillow +python-dotenv +google-api-python-client \ No newline at end of file