Update Pipfile to load pyexiftool from PyPi

Co-authored-by: Tristan Lee <tristan@bellingcat.com>
This commit is contained in:
Logan Williams
2022-06-08 10:08:18 +02:00
committed by GitHub
parent f932034ab2
commit 143b20fc56

View File

@@ -24,7 +24,7 @@ ratelimit = "*"
pytz = "*"
langdetect = "*"
spacy = "==3.2.4"
PyExifTool = {git = "https://github.com/smarnach/pyexiftool.git"}
ocrd-pyexiftool = "*"
gabber = {git = "https://github.com/stanfordio/gabber.git"}
snscrape = {git = "https://github.com/bellingcat/snscrape"}
polyphemus = {git = "https://github.com/bellingcat/polyphemus"}