From b6e89a8ee25d118532376000715ecf06fb46452f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 17 Dec 2019 23:33:56 -0800 Subject: pipenv: update Pipfile and Pipfile.lock This is still manually tweaked. I believe i've bifurcated the source of the CSL/citeproc_style import error to upgrade of the 'pytest' module. This commit upgrades all packages except pytest. --- python/Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 9c870ae9..35465d2b 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -39,8 +39,8 @@ sickle = "*" python-snappy = "*" pymacaroons = "*" ftfy = "*" -citeproc-py = "*" -citeproc-py-styles = "*" +citeproc-py = ">=0.4" +citeproc-py-styles = ">=0.1" bs4 = "*" python-magic = "*" pylatexenc = "*" -- cgit v1.2.3