Skip to content

Commit

Permalink
setup.cfg: also bump cattrs version in 'converters' extra
Browse files Browse the repository at this point in the history
I don't like that we have to specify 'cattrs' version three times, for 'converters', 'json' and 'msgpack' extras; but currently there's no way to say this extra (ufoLib2[json]) depends on this other extra (ufoLib2[converters]) ...
  • Loading branch information
anthrotype committed Nov 4, 2022
1 parent 7ec6b69 commit c7281e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install_requires =

[options.extras_require]
lxml = lxml
converters = cattrs >= 1.10.0
converters = cattrs >= 22.2.0
json =
cattrs >= 22.2.0
orjson ; platform_python_implementation != 'PyPy'
Expand Down

0 comments on commit c7281e7

Please sign in to comment.