diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-11 15:29:46 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-11 15:29:49 -0700 |
commit | 318ba16a98d77b87c76bb353e87aeffbe79b7176 (patch) | |
tree | 87434a679506b41bff9e31686b53a97437dbfe65 /python/Pipfile | |
parent | b7c189d3d6912c91874de54d44f6346adc635060 (diff) | |
download | fatcat-318ba16a98d77b87c76bb353e87aeffbe79b7176.tar.gz fatcat-318ba16a98d77b87c76bb353e87aeffbe79b7176.zip |
citeproc-py dep
The style package has 40+ MByte of style info (thousands of files),
which is unforunately large.
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile index b04bb91a..e092d6b8 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -33,6 +33,8 @@ sickle = "*" python-snappy = "*" pymacaroons = "*" ftfy= "*" +citeproc-py = "*" +citeproc-py-styles = "*" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 |