Skip to content

Commit

Permalink
accept also css_inline >= 0.14 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchwarz committed Aug 14, 2024
1 parent e589992 commit db30be0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ testing =
lxml
pytest
css_inlining =
css_inline >= 0.11, < 0.14 # >= 0.11, < 0.14: CSSInliner(inline_style_tags=..., keep_link_tags=..., keep_style_tags=...)
# >= 0.11: CSSInliner(inline_style_tags=..., keep_link_tags=..., keep_style_tags=...)
css_inline >= 0.11


[options.entry_points]
Expand Down

0 comments on commit db30be0

Please # to comment.