From 2c11cbeedb57548b64ddc4236c8014e71828f044 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 25 Jul 2016 19:40:07 -0700 Subject: [PATCH] restrict accepted lxml versions to fix builds --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e0bd45457..e76fed2bf 100644 --- a/setup.py +++ b/setup.py @@ -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",