diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2019-12-21 23:30:56 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2019-12-28 23:07:31 +0100 |
commit | a196435a0e88f85785742cdd089344f97401b43a (patch) | |
tree | 056dceaa4ccd567096b2d3e789efdd573682a8c3 /python/Pipfile | |
parent | 52eabd48658a676ac4577d1c8da31df1fe58093e (diff) | |
download | fatcat-a196435a0e88f85785742cdd089344f97401b43a.tar.gz fatcat-a196435a0e88f85785742cdd089344f97401b43a.zip |
address first round of MR14 comments
* add missing langdetect
* use entity_to_dict for json debug output
* factor out code for fields in function and add table driven tests
* update citeproc types
* add author as default role
* add raw_affiliation
* include relations from datacite
* remove url (covered by doi already)
Using yapf for python formatting.
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile index dfb87514..6325c180 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -49,6 +49,7 @@ elasticsearch-dsl = ">=6.0.0,<7.0.0" elasticsearch = ">=6.0.0,<7.0.0" langcodes = ">=1.4" dateparser = ">=0.7" +langdetect = "*" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 |