Files
cisticola/Pipfile

59 lines
987 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"
# Temporary fix for https://github.com/explosion/spaCy/issues/12659
typing_extensions = "==4.4.0"
ocrd-pyexiftool = "*"
filelock = "*"
telethon = "*"
psycopg2 = "*"
joblib = "*"
[dev-packages]
pytest = "*"
pytest-cov = "*"
pytest-html = "*"
pytest-metadata = "*"
black = "*"
Sphinx = "*"
sphinx-rtd-theme = "*"
pre-commit = "*"
[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"