Skip to content

Commit db30be0

Browse files
committed
accept also css_inline >= 0.14 (#55)
1 parent e589992 commit db30be0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ testing =
5959
lxml
6060
pytest
6161
css_inlining =
62-
css_inline >= 0.11, < 0.14 # >= 0.11, < 0.14: CSSInliner(inline_style_tags=..., keep_link_tags=..., keep_style_tags=...)
62+
# >= 0.11: CSSInliner(inline_style_tags=..., keep_link_tags=..., keep_style_tags=...)
63+
css_inline >= 0.11
6364

6465

6566
[options.entry_points]

0 commit comments

Comments
 (0)