diff options
| -rw-r--r-- | python/Pipfile | 1 | ||||
| -rw-r--r-- | python/Pipfile.lock | 10 | 
2 files changed, 10 insertions, 1 deletions
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",  | 
