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.lock | |
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.lock')
-rw-r--r-- | python/Pipfile.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/Pipfile.lock b/python/Pipfile.lock index b6e066b5..f0f60aa8 100644 --- a/python/Pipfile.lock +++ b/python/Pipfile.lock @@ -306,6 +306,13 @@ "index": "pypi", "version": "==1.4.1" }, + "langdetect": { + "hashes": [ + "sha256:91a170d5f0ade380db809b3ba67f08e95fe6c6c8641f96d67a51ff7e98a9bf30" + ], + "index": "pypi", + "version": "==1.0.7" + }, "loginpass": { "hashes": [ "sha256:717c87c1870a7e00547fd9d989aea9b22232b2f48826f552d79c34a47f9618c9", |