diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-19 23:00:20 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-19 23:00:20 -0700 |
commit | 3781f2ad3ced1930fa7771138e08f7947d864f68 (patch) | |
tree | 6ea6dd176ab1c263cba447a7a64db2740eb689cb /python/Pipfile | |
parent | af954a99fe0998046d059186282e15383a5da3d3 (diff) | |
download | fatcat-3781f2ad3ced1930fa7771138e08f7947d864f68.tar.gz fatcat-3781f2ad3ced1930fa7771138e08f7947d864f68.zip |
dep: python-magic
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 1 |
1 files changed, 1 insertions, 0 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 |