2021-02-09 13:55:26 +00:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
|
|
|
gspread = "*"
|
|
|
|
boto3 = "*"
|
|
|
|
argparse = "*"
|
2021-05-12 07:01:45 +00:00
|
|
|
beautifulsoup4 = "*"
|
2022-06-07 15:28:47 +00:00
|
|
|
tiktok-downloader = "*"
|
2022-02-20 09:27:25 +00:00
|
|
|
bs4 = "*"
|
|
|
|
loguru = "*"
|
2022-02-20 10:06:47 +00:00
|
|
|
ffmpeg-python = "*"
|
2022-02-25 12:54:40 +00:00
|
|
|
selenium = "*"
|
|
|
|
snscrape = "*"
|
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
|
|
|
dateparser = "*"
|
2022-06-26 23:07:55 +00:00
|
|
|
python-twitter-v2 = "*"
|
2022-10-18 14:45:10 +00:00
|
|
|
instaloader = "*"
|
2022-12-14 14:01:39 +00:00
|
|
|
tqdm = "*"
|
2023-01-10 00:22:16 +00:00
|
|
|
jinja2 = "*"
|
|
|
|
cryptography = "==38.0.4"
|
2023-01-21 19:01:02 +00:00
|
|
|
dataclasses-json = "*"
|
2023-02-22 17:28:20 +00:00
|
|
|
yt-dlp = ">=2023.2.17"
|
2023-02-23 16:14:29 +00:00
|
|
|
vk-url-scraper = "*"
|
2023-05-09 15:38:17 +00:00
|
|
|
uwsgi = "*"
|
|
|
|
requests = {extras = ["socks"], version = "*"}
|
|
|
|
# wacz = "==0.4.8"
|
2023-05-09 17:19:23 +00:00
|
|
|
pywb = ">=2.7.3"
|
2021-02-09 13:55:26 +00:00
|
|
|
|
|
|
|
[requires]
|
2023-05-09 15:38:17 +00:00
|
|
|
python_version = "3.10"
|
2022-10-18 14:45:10 +00:00
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
autopep8 = "*"
|
2023-01-21 19:01:02 +00:00
|
|
|
setuptools-pipfile = "*"
|