diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-05 17:35:08 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-21 11:41:29 -0700 |
commit | 6fc6232250241b3bfdddb5e62501a26dfaac6827 (patch) | |
tree | 25c90c5f360d1321da580fd36f82a379e6da35cf /python/Pipfile | |
parent | 5b4c51fbbe0ce78fe72b3b756dea2cf9bdcf7969 (diff) | |
download | fatcat-6fc6232250241b3bfdddb5e62501a26dfaac6827.tar.gz fatcat-6fc6232250241b3bfdddb5e62501a26dfaac6827.zip |
pipenv: beautiful soup and pylatexenc
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 42d0b7ad..86dc1333 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -37,11 +37,12 @@ python-dateutil = "*" sickle = "*" python-snappy = "*" pymacaroons = "*" -ftfy= "*" +ftfy = "*" citeproc-py = "*" citeproc-py-styles = "*" bs4 = "*" python-magic = "*" +pylatexenc = "*" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 |