Skip to content

Commit

Permalink
Add version range to bs4 package (#429)
Browse files Browse the repository at this point in the history
* Add version range to bs4 package

* Update setup.py

Co-authored-by: Roman Babenko <[email protected]>

---------

Co-authored-by: Roman Babenko <[email protected]>
  • Loading branch information
csh519 and babenek authored Sep 26, 2023
1 parent 8323b51 commit 9717af0
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 @@ -4,7 +4,7 @@
long_description = fh.read()

install_requires = [
"beautifulsoup4", #
"beautifulsoup4>=4.11.0", # the lowest version with XMLParsedAsHTMLWarning
"GitPython", #
"google_auth_oauthlib", #
"humanfriendly", #
Expand Down

0 comments on commit 9717af0

Please sign in to comment.