From 143b20fc5601f7d3257b452721a4aa52af26eda0 Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Wed, 8 Jun 2022 10:08:18 +0200 Subject: [PATCH] Update Pipfile to load pyexiftool from PyPi Co-authored-by: Tristan Lee --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6145a42..3266d0b 100644 --- a/Pipfile +++ b/Pipfile @@ -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"}