diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-05 17:35:08 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-05 17:35:08 -0800 |
commit | 3b5a0f881efc9f912c475ccebc044618b1cac976 (patch) | |
tree | a99ac8abf02d2345520fe14333424199d9690d1e /python/Pipfile | |
parent | bee73c6adb8eea919e5581a5050ba0311dd5ed22 (diff) | |
download | fatcat-3b5a0f881efc9f912c475ccebc044618b1cac976.tar.gz fatcat-3b5a0f881efc9f912c475ccebc044618b1cac976.zip |
pipenv: beautiful soup and pylatexenc
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index b04bb91a..abee20c2 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -32,7 +32,9 @@ python-dateutil = "*" sickle = "*" python-snappy = "*" pymacaroons = "*" -ftfy= "*" +ftfy = "*" +bs4 = "*" +pylatexenc = "*" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 |