Skip to content

Commit

Permalink
Shift from bs4 to beautifulsoup4
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Oct 23, 2024
1 parent e65e1c8 commit c5807ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def run(self):
""",
install_requires=[
"click",
"bs4",
"beautifulsoup4",
"html5lib",
"pdfplumber",
"requests",
Expand Down

0 comments on commit c5807ec

Please sign in to comment.