auto-archiver/Pipfile

22 wiersze
357 B
Plaintext
Czysty Zwykły widok Historia

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
gspread = "*"
boto3 = "*"
python-dotenv = "*"
youtube_dl = "*"
argparse = "*"
beautifulsoup4 = "*"
tiktok-downloader = {git = "https://github.com/msramalho/tiktok-downloader"}
bs4 = "*"
loguru = "*"
2022-02-20 10:06:47 +00:00
ffmpeg-python = "*"
[dev-packages]
[requires]
python_version = "3.9"