⬆️ Upgrade gradio, change yt-dlp pin, remove typer pin, add typer resolution override

This commit is contained in:
2024-05-15 13:51:09 +02:00
parent b694183636
commit 38215976c1
2 changed files with 488 additions and 259 deletions

740
pdm.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,21 +9,19 @@ dependencies = [
"anthropic==0.25.9",
"google-api-python-client==2.48.0",
"google-auth-oauthlib==1.2.0",
"gradio==4.26.0",
"gradio==4.31.2",
"openai==1.29.0",
"orjson==3.10.3",
"python-dotenv==1.0.1",
"PyYAML==6.0.1",
"Requests==2.31.0",
"SQLAlchemy==2.0.29",
"torch==2.2.0",
"typer<0.10.0", # not directly required but resolution takes ages without this
"whisper-timestamped==1.14.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",
"yt-dlp[default]==2023.11.16",
"fix-busted-json==0.0.18",
]
@@ -34,6 +32,7 @@ license = {text = "AGPL-3.0"}
[tool.pdm.resolution.overrides]
numpy = ">=1.25.0"
typer = "<1.0,>=0.12.0"
[tool.pdm]
distribution = false