Skip to content

Commit

Permalink
bump: impact-factor dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Oct 31, 2024
1 parent 6e5178a commit 0ccd782
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions paperscraper/impact.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
# Disable sqlalchemy logging
logging.getLogger("sqlalchemy").propagate = False
logger.propagate = True


class Impactor:
Expand Down
5 changes: 0 additions & 5 deletions paperscraper/pubmed/tests/test_pubmed.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ def test_email(self):
df = get_pubmed_papers(query, fields=["emails", "title", "authors"])
assert "emails" in df.columns


if __name__ == "__main__":
t = TestPubMed()
t.test_get_and_dump_pubmed()
t.test_email()
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ seaborn>=0.11.0
matplotlib>=3.3.2
matplotlib-venn>=0.11.5
bs4>=0.0.1
impact-factor>=1.1.0
impact-factor>=1.1.1
thefuzz>=0.20.0
pytest
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"matplotlib",
"matplotlib_venn",
"bs4",
"impact-factor>=1.1.0",
"impact-factor>=1.1.1",
"thefuzz",
"pytest",
],
Expand Down

0 comments on commit 0ccd782

Please sign in to comment.