Set upper bound on jsbeautifier package to 1.7

This commit is contained in:
dufferzafar 2016-07-28 07:41:54 -07:00
parent 583827ad3f
commit 56d04b5740

View File

@ -72,7 +72,7 @@ setup(
"h2>=2.4.0, <3",
"html2text>=2016.1.8, <=2016.5.29",
"hyperframe>=4.0.1, <5",
"jsbeautifier>=1.6.3"
"jsbeautifier>=1.6.3, <1.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",