auto-archiver/Pipfile

30 wiersze
477 B
Plaintext
Czysty Zwykły widok Historia

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
gspread = "*"
boto3 = "*"
argparse = "*"
beautifulsoup4 = "*"
2022-06-07 15:28:47 +00:00
tiktok-downloader = "*"
bs4 = "*"
loguru = "*"
2022-02-20 10:06:47 +00:00
ffmpeg-python = "*"
selenium = "*"
snscrape = "*"
yt-dlp = "*"
2022-03-15 17:45:53 +00:00
telethon = "*"
2022-05-11 13:01:22 +00:00
google-api-python-client = "*"
google-auth-httplib2 = "*"
google-auth-oauthlib = "*"
oauth2client = "*"
2022-06-07 15:28:47 +00:00
python-slugify = "*"
2022-06-14 19:18:18 +00:00
pyyaml = "*"
2022-06-15 14:38:18 +00:00
vk-api = "*"
dateparser = "*"
[requires]
python_version = "3.9"