Skip to content

Commit f313715

Browse files
Merge pull request #297 from akx/lxml-no-yank
Don't require yanked version of lxml
2 parents dc05f2b + 3409897 commit f313715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
test_suite='tests',
4040
install_requires=[
41-
'lxml==4.7.0',
41+
'lxml<4.7.1',
4242
'isodate>=0.6.1',
4343
'xmlsec>=1.3.9'
4444
],

0 commit comments

Comments
 (0)