From 3781f2ad3ced1930fa7771138e08f7947d864f68 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 19 Mar 2019 23:00:20 -0700 Subject: dep: python-magic --- python/Pipfile | 1 + python/Pipfile.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python/Pipfile b/python/Pipfile index 51f70474..e793ad96 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -36,6 +36,7 @@ ftfy= "*" citeproc-py = "*" citeproc-py-styles = "*" bs4 = "*" +python-magic = "*" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 diff --git a/python/Pipfile.lock b/python/Pipfile.lock index b1fdaab9..c4271c88 100644 --- a/python/Pipfile.lock +++ b/python/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0f378d74444b07182fd11be747b90a7eb6413d5d7a395817f5ca93e667d60f16" + "sha256": "9b4f0371d2f2963acb915f4a3be7d46b1fb6923a099b79b2dd5d109c5b976a23" }, "pipfile-spec": 6, "requires": { @@ -349,6 +349,14 @@ "index": "pypi", "version": "==0.10.1" }, + "python-magic": { + "hashes": [ + "sha256:f2674dcfad52ae6c49d4803fa027809540b130db1dec928cfbb9240316831375", + "sha256:f3765c0f582d2dfc72c15f3b5a82aecfae9498bd29ca840d72f37d7bd38bfcd5" + ], + "index": "pypi", + "version": "==0.4.15" + }, "python-snappy": { "hashes": [ "sha256:59c79d83350f931ad5cf8f06ccb1c9bd1087a77c3ca7e00806884cda654a6faf", -- cgit v1.2.3