commit | c75a8794eb7bc1bb844866a868fb3d8011cdc23a | [log] [tgz] |
---|---|---|
author | pR0Ps <pR0Ps.CM@gmail.com> | Mon May 04 21:15:27 2015 -0400 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Mon May 04 21:24:41 2015 -0400 |
tree | 2f843c33e0b9f0ce696ea27ad7aa868200896860 | |
parent | 41c56f538e03dbacdd44233bdf074185cf266c14 [diff] |
Keep ply at v3.4 (for now) The way slimit uses Ply v3.6 causes errors. See https://github.com/dabeaz/ply/issues/63
diff --git a/requirements.txt b/requirements.txt index aee5ad7..1bcbf71 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -5,3 +5,7 @@ #libsass==0.7.0 # G++ >= 4.8 needed to compile and NA on Debian wheezy pyScss==1.3.4 # API may change slimit==0.8.1 + +# Ply 3.6 has an issue that causes slimit to fail +# https://github.com/dabeaz/ply/issues/63 +ply==3.4