mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
23 lines
380 B
TOML
23 lines
380 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
gspread = "*"
|
|
boto3 = "*"
|
|
python-dotenv = "*"
|
|
youtube_dl = "*"
|
|
argparse = "*"
|
|
beautifulsoup4 = "*"
|
|
nordvpn-switcher = "*"
|
|
tiktok-downloader = {git = "https://github.com/msramalho/tiktok-downloader"}
|
|
bs4 = "*"
|
|
loguru = "*"
|
|
ffmpeg-python = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|