Skip to content

Commit 9c23ff8

Browse files
phanak-sapfilak-sap
authored andcommitted
Update setup.py - minimal lxml instead of pinned.
1 parent 88ec479 commit 9c23ff8

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
@@ -40,7 +40,7 @@ def _read(name):
4040
zip_safe=False,
4141
install_requires=[
4242
"enum34>=1.0.4",
43-
"lxml==3.7.3",
43+
"lxml>=3.7.3",
4444
],
4545
extras_require={
4646
},

0 commit comments

Comments
 (0)