From af954a99fe0998046d059186282e15383a5da3d3 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 19 Mar 2019 20:23:22 -0700 Subject: add missing beautifulsoup python dep --- python/Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'python/Pipfile') 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 -- cgit v1.2.3