diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-12-17 23:33:56 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-12-17 23:33:58 -0800 |
commit | b6e89a8ee25d118532376000715ecf06fb46452f (patch) | |
tree | bf4e53c2a0e6338b9e8565141e857eb50416a028 /python/Pipfile | |
parent | 8332872e8e3e95b00f5605f5d5d6e3915886cc95 (diff) | |
download | fatcat-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/Pipfile | 4 |
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 = "*" |