diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-19 20:23:22 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-19 20:23:22 -0700 |
commit | af954a99fe0998046d059186282e15383a5da3d3 (patch) | |
tree | 583b0a846cfd40ee09f6ae14082f4a71c852b674 /python/Pipfile | |
parent | be087e6f31f7909101759fc975272a4fdf2bc95b (diff) | |
download | fatcat-af954a99fe0998046d059186282e15383a5da3d3.tar.gz fatcat-af954a99fe0998046d059186282e15383a5da3d3.zip |
add missing beautifulsoup python dep
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 e092d6b8..51f70474 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -35,6 +35,7 @@ pymacaroons = "*" ftfy= "*" citeproc-py = "*" citeproc-py-styles = "*" +bs4 = "*" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 |