library updates

This commit is contained in:
msramalho
2022-06-07 17:28:47 +02:00
parent e32c0788b7
commit 24544b0fe8
2 changed files with 176 additions and 128 deletions

View File

@@ -8,7 +8,7 @@ gspread = "*"
boto3 = "*"
argparse = "*"
beautifulsoup4 = "*"
tiktok-downloader = {git = "https://github.com/msramalho/tiktok-downloader"}
tiktok-downloader = "*"
bs4 = "*"
loguru = "*"
ffmpeg-python = "*"
@@ -20,6 +20,7 @@ google-api-python-client = "*"
google-auth-httplib2 = "*"
google-auth-oauthlib = "*"
oauth2client = "*"
python-slugify = "*"
[requires]
python_version = "3.9"