Skip to content

Commit

Permalink
Merge pull request #297 from akx/lxml-no-yank
Browse files Browse the repository at this point in the history
Don't require yanked version of lxml
  • Loading branch information
not-ol-github authored Feb 16, 2022
2 parents dc05f2b + 3409897 commit f313715
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.0',
'lxml<4.7.1',
'isodate>=0.6.1',
'xmlsec>=1.3.9'
],
Expand Down

0 comments on commit f313715

Please sign in to comment.