Skip to content

Commit

Permalink
bug fix and update
Browse files Browse the repository at this point in the history
  • Loading branch information
Koushikphy committed Nov 24, 2022
1 parent 2f8847d commit 09285d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ kbib [-h] [-bib DOI] [-ref DOI] [-pdf [PDF [PDF ...]]] [-o DOI]
#### ⚓Limitation:
Currently it parses DOI information from [Crossref API](https://github.com/CrossRef/rest-api-doc). So if the article is not indexed in Crossref database this tool will fail to get the necessary information.
Currently it parses DOI information from [Crossref API](https://github.com/CrossRef/rest-api-doc). So if the article is not indexed in Crossref database this tool will fail to get the necessary information. Also the API may temporarily block requests from an IP if a large number of queries are made within a short period of time.
#### ⚒ Work-in-Progress:
1. Concurrent API calls for faster parsing of bibtex information.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
python_requires='>=3.6',
packages=find_packages(),
install_requires=[
'bibtexparser',
'rich',
'requests_cache'
'bibtexparser>=1.4.0',
'rich>=12.6.0',
'requests_cache>=0.9.7'
],
extras_require = {
'pdf': ['pdf2doi']
Expand Down

0 comments on commit 09285d1

Please sign in to comment.