mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-08 03:18:34 +03:00
32 lines
599 B
TOML
32 lines
599 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
sqlalchemy = "*"
|
|
loguru = "*"
|
|
gogettr = "*"
|
|
requests = "*"
|
|
bs4 = "*"
|
|
dateparser = "*"
|
|
sphinx = "*"
|
|
boto3 = "*"
|
|
snscrape = {git = "https://github.com/bellingcat/snscrape.git"}
|
|
ffmpeg-python = "*"
|
|
polyphemus = {git = "https://github.com/bellingcat/polyphemus.git"}
|
|
garc = "*"
|
|
youtube-dl = "*"
|
|
telethon = "*"
|
|
pytesseract = "*"
|
|
pyexiftool = {git = "https://github.com/smarnach/pyexiftool.git"}
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
pytest-html = "*"
|
|
pytest-metadata = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|