Skip to content

Commit

Permalink
Fix typo in html5lib upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Aug 25, 2020
1 parent c1fa1a1 commit 0aaff2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
dependencies = {
# Keep this in sync with the dependencies in tox.ini.
"lxml": ["lxml>=4.2.0,<5"],
"html5lib": ["beautifulsoup4>=4.4.1,<5", "html5lib>=0.999,<=2"],
"html5lib": ["beautifulsoup4>=4.4.1,<5", "html5lib>=0.999,<2"],
"docs": [],
}

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deps =
lower_bound_deps: html5lib==0.999
lower_bound_deps: lxml==4.2.0
upper_bound_deps: beautifulsoup4<5
upper_bound_deps: html5lib<=2
upper_bound_deps: html5lib<2
upper_bound_deps: lxml<4.4.0

commands =
Expand Down

0 comments on commit 0aaff2a

Please sign in to comment.