Skip to content

Commit

Permalink
Fixing lxml to 4.7.0, it seems 4.7.1 had conflicts when the signature…
Browse files Browse the repository at this point in the history
… inside a encrypted element is validated. See #292
  • Loading branch information
pitbulk committed Jan 28, 2022
1 parent b5fdfc9 commit a55cc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
test_suite='tests',
install_requires=[
'lxml>=4.7.1',
'lxml==4.7.0',
'isodate>=0.6.1',
'xmlsec>=1.3.9'
],
Expand Down

0 comments on commit a55cc9a

Please sign in to comment.