Skip to content

Commit

Permalink
Fix lxml erroneously being a testing dependency (#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Aug 13, 2024
1 parent 1e4e971 commit 4f83d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies = [
'jinja2 ~= 3.1',
'jsonschema ~= 4.23',
'langcodes ~= 3.4',
'lxml ~= 5.2',
'markupsafe ~= 2.1',
'multidict ~= 6.0',
'pdf2image ~= 1.17',
Expand Down Expand Up @@ -161,7 +162,6 @@ test = [
'aioresponses ~= 0.7',
'basedmypy ~= 2.5',
'coverage ~= 7.6',
'lxml ~= 5.2',
'packaging ~= 24.1',
'pytest ~= 8.3',
'pytest-aioresponses ~= 0.2',
Expand Down

0 comments on commit 4f83d19

Please sign in to comment.