mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-07 19:08:35 +03:00
56 lines
872 B
TOML
56 lines
872 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
SQLAlchemy = "*"
|
|
loguru = "*"
|
|
gogettr = "*"
|
|
requests = "*"
|
|
bs4 = "*"
|
|
lxml = "*"
|
|
dateparser = "*"
|
|
boto3 = "*"
|
|
ffmpeg-python = "*"
|
|
yt-dlp = "*"
|
|
Telethon = "*"
|
|
pytesseract = "*"
|
|
instaloader = "*"
|
|
gspread = "*"
|
|
cryptg = "*"
|
|
tqdm = "*"
|
|
ratelimit = "*"
|
|
pytz = "*"
|
|
langdetect = "*"
|
|
spacy = "==3.2.4"
|
|
ocrd-pyexiftool = "*"
|
|
filelock = "*"
|
|
telethon = "*"
|
|
psycopg2 = "*"
|
|
joblib = "*"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
pytest-html = "*"
|
|
pytest-metadata = "*"
|
|
black = "*"
|
|
Sphinx = "*"
|
|
sphinx-rtd-theme = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|
|
|
|
[packages.gabber]
|
|
git = "https://github.com/stanfordio/gabber.git"
|
|
|
|
[packages.snscrape]
|
|
git = "https://github.com/bellingcat/snscrape"
|
|
|
|
[packages.polyphemus]
|
|
git = "https://github.com/bellingcat/polyphemus"
|