Requirements

This commit is contained in:
Eric Meehan 2025-03-25 23:20:29 -04:00
parent 1bc7f93e6e
commit 9ffe534e25
2 changed files with 4 additions and 0 deletions

1
app.py
View File

@ -1,4 +1,5 @@
import os
import requests
from dotenv import load_dotenv
from moviepy import VideoFileClip

View File

@ -1,2 +1,5 @@
moviepy
openai
pydub
python-dotenv
requests