⬆️ Upgrade anthropic, gradio, openai, whisper-timestamped

This commit is contained in:
2024-05-16 13:05:40 +02:00
parent 7180ffacfc
commit cb57dd941b
2 changed files with 47 additions and 46 deletions

View File

@@ -6,23 +6,23 @@ authors = [
{name = "Paillat", email = "me@paillat.dev"},
]
dependencies = [
"anthropic==0.25.9",
"anthropic>=0.25.9",
"google-api-python-client==2.48.0",
"google-auth-oauthlib==1.2.0",
"gradio==4.31.2",
"openai==1.30.1",
"gradio>=4.31.3",
"openai>=1.30.1",
"orjson==3.10.3",
"python-dotenv==1.0.1",
"PyYAML==6.0.1",
"Requests==2.31.0",
"SQLAlchemy==2.0.29",
"whisper-timestamped==1.15.4",
"whisper-timestamped>=1.15.4",
"moviepy @ git+https://github.com/OsaAjani/moviepy.git",
"tiktok-uploader @ git+https://github.com/Paillat-dev/tiktok-uploader.git",
"TTS==0.22.0",
"Google-Images-Search @ git+https://github.com/Paillat-dev/Google-Images-Search",
"yt-dlp[default]==2023.11.16",
"fix-busted-json==0.0.18",
"TTS==0.22.0",
]
requires-python = "==3.10.*"