restrict accepted lxml versions to fix builds

This commit is contained in:
Maximilian Hils 2016-07-25 19:40:07 -07:00
parent 705d042629
commit 2c11cbeedb

View File

@ -71,7 +71,7 @@ setup(
"h2>=2.4.0, <3",
"html2text>=2016.1.8, <=2016.5.29",
"hyperframe>=4.0.1, <5",
"lxml>=3.5.0, <3.7",
"lxml>=3.5.0, <=3.6.0", # no wheels for 3.6.1 yet.
"Pillow>=3.2, <3.4",
"passlib>=1.6.5, <1.7",
"pyasn1>=0.1.9, <0.2",