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