⬆️ Upgrade tiktok-uploader

This commit is contained in:
2024-05-22 15:59:10 +02:00
parent 8fca3a21ea
commit 9809e5813c
2 changed files with 4 additions and 4 deletions

6
pdm.lock generated
View File

@@ -3324,10 +3324,10 @@ files = [
[[package]] [[package]]
name = "tiktok-uploader" name = "tiktok-uploader"
version = "1.0.15" version = "1.0.16"
requires_python = ">=3.0" requires_python = ">=3.0"
git = "https://github.com/Paillat-dev/tiktok-uploader.git" git = "https://github.com/Paillat-dev/tiktok-uploader.git"
revision = "37eaff43337e3a3acf444442c03e267b50db229d" revision = "7b7c7b0c9d990ebc3d772e8f6607f41cc023110e"
summary = "An automatic TikTok video uploader w/ CLI. Uploads videos automatically using an automated browser and your cookies for authentication." summary = "An automatic TikTok video uploader w/ CLI. Uploads videos automatically using an automated browser and your cookies for authentication."
groups = ["default"] groups = ["default"]
dependencies = [ dependencies = [
@@ -3458,7 +3458,7 @@ files = [
[[package]] [[package]]
name = "torch" name = "torch"
version = "2.3.0+cu118" version = "2.3.0"
requires_python = ">=3.8.0" requires_python = ">=3.8.0"
summary = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" summary = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
groups = ["default"] groups = ["default"]

View File

@@ -20,7 +20,7 @@ dependencies = [
"moviepy @ git+https://github.com/OsaAjani/moviepy.git", "moviepy @ git+https://github.com/OsaAjani/moviepy.git",
"tiktok-uploader @ git+https://github.com/Paillat-dev/tiktok-uploader.git", "tiktok-uploader @ git+https://github.com/Paillat-dev/tiktok-uploader.git",
"Google-Images-Search @ git+https://github.com/Paillat-dev/Google-Images-Search", "Google-Images-Search @ git+https://github.com/Paillat-dev/Google-Images-Search",
"yt-dlp[default]==2023.11.16", "yt-dlp[default]==2023.11.pdm16",
"fix-busted-json==0.0.18", "fix-busted-json==0.0.18",
"TTS==0.22.0", "TTS==0.22.0",
] ]