Skip to content

Commit 53dd64e

Browse files
committed
Avoid lxml 4.7.0
1 parent e3d3539 commit 53dd64e

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
@@ -34,7 +34,7 @@
3434
},
3535
test_suite='tests',
3636
install_requires=[
37-
'lxml>=4.6.5',
37+
'lxml>=4.6.5, !=4.7.0',
3838
'isodate>=0.6.1',
3939
'xmlsec>=1.3.9'
4040
],

0 commit comments

Comments
 (0)