Skip to content

Commit

Permalink
Merge pull request #4 from udemy/improvement/bump-bs4-version
Browse files Browse the repository at this point in the history
Bump version number of bs4 in setup.py for html5lib update
  • Loading branch information
Rick Hutcheson authored May 28, 2019
2 parents b90dfc9 + 722e0d3 commit c54211e
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 @@ -7,7 +7,7 @@
'README.rst')

dependencies = [
'beautifulsoup4>=4.2.1,<4.5.0',
'beautifulsoup4>=4.2.1,<4.6.0',
'lxml>=3.2.3',
'cssutils>=0.9.10',
'future',
Expand Down

0 comments on commit c54211e

Please sign in to comment.