aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-12-17 23:33:56 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-12-17 23:33:58 -0800
commitb6e89a8ee25d118532376000715ecf06fb46452f (patch)
treebf4e53c2a0e6338b9e8565141e857eb50416a028 /python/Pipfile
parent8332872e8e3e95b00f5605f5d5d6e3915886cc95 (diff)
downloadfatcat-b6e89a8ee25d118532376000715ecf06fb46452f.tar.gz
fatcat-b6e89a8ee25d118532376000715ecf06fb46452f.zip
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.
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile4
1 files changed, 2 insertions, 2 deletions
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 = "*"